{"id":10575,"date":"2023-09-24T06:15:07","date_gmt":"2023-09-24T13:15:07","guid":{"rendered":"http:\/\/industco-demo.pbminfotech.com\/?page_id=3906"},"modified":"2026-02-08T13:31:39","modified_gmt":"2026-02-08T12:31:39","slug":"o-nas","status":"publish","type":"page","link":"https:\/\/www.energycle.com\/cs\/o-nas\/","title":{"rendered":"O n\u00e1s"},"content":{"rendered":"<style>\n    \/* Global Styles *\/\n    .about-page-wrapper {\n        line-height: 1.5;\n        color: #000000;\n        background: #fff;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .about-page-wrapper * {\n        box-sizing: border-box;\n    }\n\n    .about-container {\n        max-width: 1024px;\n        margin: 0 auto;\n        padding: 0 24px;\n    }\n\n    .about-container-wide {\n        max-width: 1280px;\n        margin: 0 auto;\n        padding: 0 24px;\n    }\n\n    \/* Typography Utilities *\/\n    .about-page-wrapper h1,\n    .about-page-wrapper h2,\n    .about-page-wrapper h3,\n    .about-page-wrapper h4 {\n        margin: 0;\n        color: #000000;\n        letter-spacing: -0.02em;\n    }\n\n    \/* Hero Section *\/\n    .about-hero-section {\n        background: #fff;\n        padding: 160px 0 100px;\n        text-align: center;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    .about-hero-eyebrow {\n        font-size: 16px;\n        font-weight: 600;\n        color: #4d94e7;\n        margin-bottom: 24px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n\n    .about-hero-title {\n        font-size: 64px;\n        font-weight: 600;\n        line-height: 1.1;\n        margin-bottom: 24px;\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .about-hero-subtitle {\n        font-size: 24px;\n        color: #555;\n        font-weight: 400;\n        line-height: 1.5;\n        max-width: 720px;\n        margin: 0 auto;\n    }\n\n    \/* Mission Section *\/\n    .about-mission-section {\n        padding: 120px 0;\n        background: #fff;\n    }\n\n    .about-mission-grid {\n        display: grid;\n        grid-template-columns: 1.2fr 0.8fr;\n        gap: 80px;\n        align-items: start;\n    }\n\n    .about-mission-content h2 {\n        font-size: 40px;\n        font-weight: 600;\n        margin-bottom: 32px;\n        line-height: 1.2;\n    }\n\n    .about-mission-content p {\n        font-size: 18px;\n        color: #333;\n        line-height: 1.6;\n        margin-bottom: 24px;\n    }\n\n    .about-mission-highlight {\n        background: #f9fafb;\n        padding: 40px;\n        border-radius: 4px;\n    }\n\n    .about-mission-highlight h4 {\n        font-size: 20px;\n        font-weight: 600;\n        margin-bottom: 24px;\n        color: #4d94e7;\n    }\n\n    .about-mission-highlight ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .about-mission-highlight li {\n        font-size: 16px;\n        color: #1d1d1f;\n        padding: 12px 0;\n        padding-left: 24px;\n        position: relative;\n        border-bottom: 1px solid #e5e7eb;\n    }\n\n    .about-mission-highlight li:last-child {\n        border-bottom: none;\n    }\n\n    .about-mission-highlight li::before {\n        content: '\u2022';\n        position: absolute;\n        left: 0;\n        color: #4d94e7;\n        font-weight: bold;\n        font-size: 18px;\n        line-height: 1.5;\n    }\n\n    \/* Products Section *\/\n    .about-products-section {\n        padding: 120px 0;\n        background: #fff;\n        border-top: 1px solid #f0f0f0;\n    }\n\n    .about-section-header {\n        text-align: left;\n        margin-bottom: 60px;\n        max-width: 800px;\n    }\n\n    .about-section-eyebrow {\n        font-size: 14px;\n        font-weight: 600;\n        color: #4d94e7;\n        margin-bottom: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n\n    .about-section-header h2 {\n        font-size: 40px;\n        font-weight: 600;\n        margin-bottom: 16px;\n    }\n\n    .about-section-header p {\n        font-size: 20px;\n        color: #555;\n        line-height: 1.5;\n    }\n\n    .about-products-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n    }\n\n    .about-product-card {\n        background: #f9fafb;\n        padding: 32px;\n        border-radius: 4px;\n        min-height: 180px;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        transition: background 0.2s ease;\n        text-decoration: none;\n        position: relative;\n    }\n\n    .about-product-card:hover {\n        background: #f0f0f0;\n    }\n\n    .about-product-card h4 {\n        font-size: 24px;\n        font-weight: 600;\n        color: #000;\n    }\n\n    .about-product-card a {\n        text-decoration: none;\n        color: inherit;\n        display: block;\n        height: 100%;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n    }\n\n    .about-product-card-icon {\n        align-self: flex-end;\n        color: #000;\n        font-size: 20px;\n        transition: transform 0.2s ease;\n    }\n\n    .about-product-card:hover .about-product-card-icon {\n        transform: translateX(4px);\n        color: #4d94e7;\n    }\n\n    \/* Services Section *\/\n    .about-services-section {\n        padding: 120px 0;\n        background: #fff;\n        border-top: 1px solid #f0f0f0;\n    }\n\n    .about-services-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 40px;\n        margin-top: 80px;\n    }\n\n    .about-service-card {\n        background: transparent;\n        border: none;\n        padding: 0;\n        text-align: left;\n    }\n\n    .about-service-icon {\n        width: auto;\n        height: auto;\n        margin: 0 0 24px 0;\n        background: none;\n        border-radius: 0;\n        display: block;\n        font-size: 32px;\n        color: #4d94e7;\n    }\n\n    .about-service-card h4 {\n        font-size: 20px;\n        font-weight: 600;\n        margin-bottom: 12px;\n        color: #000;\n    }\n\n    .about-service-card p {\n        font-size: 16px;\n        color: #555;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* Vision Section *\/\n    .about-vision-section {\n        padding: 120px 0;\n        background: #1d1d1f;\n        \/* Simplified Dark BG *\/\n        color: #fff;\n        text-align: left;\n    }\n\n    .about-vision-content {\n        max-width: 100%;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n\n    .about-vision-text h2 {\n        font-size: 40px;\n        font-weight: 600;\n        color: #fff;\n        margin-bottom: 24px;\n        line-height: 1.1;\n    }\n\n    .about-vision-text p {\n        font-size: 20px;\n        color: #a1a1a6;\n        line-height: 1.5;\n        margin-bottom: 0;\n    }\n\n    .about-vision-stats {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 40px;\n        margin-top: 0;\n        padding-top: 0;\n        border-top: none;\n    }\n\n    .about-vision-stat {\n        text-align: left;\n    }\n\n    .about-vision-stat-number {\n        font-size: 64px;\n        font-weight: 600;\n        color: #4d94e7;\n        margin-bottom: 8px;\n        letter-spacing: -0.02em;\n        line-height: 1;\n    }\n\n    .about-vision-stat-label {\n        font-size: 16px;\n        color: #a1a1a6;\n        font-weight: 400;\n    }\n\n    \/* CTA Section *\/\n    .about-cta-section {\n        padding: 120px 0;\n        background: #fff;\n        text-align: center;\n        color: #000;\n        border-top: 1px solid #f0f0f0;\n    }\n\n    .about-cta-content h2 {\n        font-size: 40px;\n        font-weight: 600;\n        margin-bottom: 24px;\n        color: #000;\n    }\n\n    .about-cta-content p {\n        font-size: 20px;\n        color: #555;\n        max-width: 600px;\n        margin: 0 auto 40px;\n        line-height: 1.5;\n    }\n\n    .about-cta-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        padding: 16px 32px;\n        background: #000;\n        color: #fff;\n        text-decoration: none;\n        border-radius: 4px;\n        font-weight: 500;\n        font-size: 16px;\n        transition: background 0.2s ease;\n    }\n\n    .about-cta-btn:hover {\n        background: #333;\n        transform: none;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .about-products-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .about-services-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .about-vision-content {\n            grid-template-columns: 1fr;\n            gap: 60px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .about-hero-title {\n            font-size: 40px;\n        }\n\n        .about-mission-grid {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n        .about-products-grid,\n        .about-services-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .about-section-header h2,\n        .about-mission-content h2,\n        .about-vision-text h2,\n        .about-cta-content h2 {\n            font-size: 32px;\n        }\n    }\n<\/style>\n\n\n<div class=\"about-page-wrapper\">\n    <section class=\"about-hero-section\">\n        <div class=\"about-container\">\n            <div class=\"about-hero-content\">\n                <div class=\"about-hero-eyebrow\">O Energycle<\/div>\n                <h1 class=\"about-hero-title\">Tvorba budoucnosti cirkul\u00e1rn\u00ed ekonomiky<\/h1>\n                <p class=\"about-hero-subtitle\">Vyv\u00edj\u00edme vysoce v\u00fdkonn\u00e9 technologie, kter\u00e9 transformuj\u00ed odpad na cenn\u00e9 zdroje. Od jednotliv\u00fdch stroj\u016f a\u017e po z\u00e1vody na kl\u00ed\u010d, posouv\u00e1me glob\u00e1ln\u00ed p\u0159echod k udr\u017eiteln\u00e9 budoucnosti.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-mission-section\">\n        <div class=\"about-container\">\n            <div class=\"about-mission-grid\">\n                <div class=\"about-mission-content\">\n                    <h2>Na\u0161e pil\u00ed\u0159e excelence<\/h2>\n                    <p>U Energycle nejen\u017ee stav\u00edme stroje; in\u017een\u00fdrsky navrhujeme \u0159e\u0161en\u00ed pro budoucnost uzav\u0159en\u00e9ho cyklu. Na\u0161e technologie je navr\u017eena tak, aby maximalizovala \u010distotu materi\u00e1lu, provozn\u00ed efektivitu a ziskovost.\n                    <\/p>\n                    <p>Vych\u00e1z\u00edme z desetilet\u00ed zku\u0161enost\u00ed a nab\u00edz\u00edme komplexn\u00ed portfolio od inteligentn\u00edch drtic\u00edch syst\u00e9m\u016f a\u017e po pokro\u010dil\u00e9 prac\u00ed a peletiza\u010dn\u00ed linky. Jsme va\u0161\u00edm strategick\u00fdm partnerem v oblasti recyklace plast\u016f.<\/p>\n                <\/div>\n                <div class=\"about-mission-highlight\">\n                    <h4>Pro\u010d si n\u00e1s vyb\u00edraj\u00ed l\u00edd\u0159i v oboru<\/h4>\n                    <ul>\n                        <li><strong>Cirkul\u00e1rn\u00ed inovace:<\/strong> Pokro\u010dil\u00fd v\u00fdzkum a v\u00fdvoj zam\u011b\u0159en\u00fd na \u201cInteligentn\u00ed recyklaci\u201d a technologie s nulov\u00fdm odpadem.<\/li>\n                        <li><strong>Mo\u017enost realizace na kl\u00ed\u010d:<\/strong> Kompletn\u00ed in\u017een\u00fdrsk\u00e9 pr\u00e1ce od A do Z, od konceptu a\u017e po uveden\u00ed do provozu.<\/li>\n                        <li><strong>Glob\u00e1ln\u00ed spolehlivost:<\/strong> Osv\u011bd\u010den\u00fd v\u00fdkon s v\u00edce ne\u017e 500 instalacemi ve v\u00edce ne\u017e 50 zem\u00edch.<\/li>\n                        <li><strong>Provozn\u00ed efektivita:<\/strong> Robustn\u00ed konstrukce zaji\u0161\u0165uj\u00edc\u00ed nep\u0159etr\u017eitou spolehlivost a n\u00edzk\u00e9 n\u00e1klady na \u00fadr\u017ebu.<\/li>\n                        <li><strong>Udr\u017eiteln\u00e1 hodnota:<\/strong> Maximalizace kone\u010dn\u00e9 kvality pelet pro konkurenceschopnost s panensk\u00fdmi materi\u00e1ly.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-products-section\">\n        <div class=\"about-container-wide\">\n            <div class=\"about-section-header\">\n                <div class=\"about-section-eyebrow\">Na\u0161e \u0159e\u0161en\u00ed<\/div>\n                <h2>Komplexn\u00ed portfolium produkt\u016f<\/h2>\n                <p>Od samostatn\u00fdch za\u0159\u00edzen\u00ed a\u017e po kompletn\u00ed syst\u00e9my na kl\u00ed\u010d, navrhujeme \u0159e\u0161en\u00ed pro ka\u017edou recykla\u010dn\u00ed v\u00fdzvu \u2013 bez ohledu na materi\u00e1l nebo rozsah.<\/p>\n            <\/div>\n            <div class=\"about-products-grid\">\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/cs\/recyklacni-praci-system\/\">\n                        <h4>\u0158e\u0161en\u00ed pro recyklaci<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/cs\/stroj-na-peletovani-plastu\/\">\n                        <h4>Drcen\u00ed a granulace<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/cs\/drtice-plastu\/\">\n                        <h4>Drti\u010de<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/cs\/plastove-granulatory\/\">\n                        <h4>Kraje a mlet\u00ed<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/cs\/susici-system\/\">\n                        <h4>Su\u0161ic\u00ed stroje<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/cs\/asistencni-system\/\">\n                        <h4>Pomocn\u00e9 vybaven\u00ed<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-services-section\">\n        <div class=\"about-container-wide\">\n            <div class=\"about-section-header\">\n                <div class=\"about-section-eyebrow\">Pro\u010d si vybrat n\u00e1s<\/div>\n                <h2>Pln\u00e1 \u0161k\u00e1la podpory<\/h2>\n                <p>Sna\u017e\u00edme se o v\u00e1\u0161 \u00fasp\u011bch ve ka\u017ed\u00e9m kroku va\u0161\u00ed recyla\u010dn\u00ed cesty.<\/p>\n            <\/div>\n            <div class=\"about-services-grid\">\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-cogs\"><\/i><\/div>\n                    <h4>Komplexn\u00ed slu\u017eby<\/h4>\n                    <p>Pln\u00e1 \u0161k\u00e1la podpory od prvotn\u00ed konzultace a\u017e po kone\u010dnou instalaci a d\u00e1le.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                    <h4>Oddan\u00ed profesion\u00e1lov\u00e9<\/h4>\n                    <p>Pracujeme na udr\u017eiteln\u00e9 budoucnosti a zaji\u0161\u0165ujeme, aby ka\u017ed\u00fd projekt spl\u0148oval nejvy\u0161\u0161\u00ed standardy.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n                    <h4>Odborn\u00ed in\u017een\u00fd\u0159i<\/h4>\n                    <p>Zku\u0161en\u00ed in\u017een\u00fd\u0159i p\u0159in\u00e1\u0161ej\u00ed do ka\u017ed\u00e9ho \u0159e\u0161en\u00ed roky zku\u0161enost\u00ed a p\u0159esnosti.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-headset\"><\/i><\/div>\n                    <h4>Podpora 24\/7<\/h4>\n                    <p>Jsme tu pro v\u00e1s nep\u0159etr\u017eit\u011b, abychom zajistili hladk\u00fd a efektivn\u00ed provoz.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-vision-section\">\n        <div class=\"about-container\">\n            <div class=\"about-vision-content\">\n                <div class=\"about-vision-text\">\n                    <h2>Spole\u010dn\u011b uzav\u00edr\u00e1me smy\u010dku.<\/h2>\n                    <p>Na\u0161\u00ed viz\u00ed je sv\u011bt bez odpadu. Kombinac\u00ed \u0161pi\u010dkov\u00e9ho in\u017een\u00fdrstv\u00ed s hlubok\u00fdmi znalostmi materi\u00e1l\u016f umo\u017e\u0148ujeme na\u0161im partner\u016fm vyr\u00e1b\u011bt vysoce kvalitn\u00ed recyklovan\u00e9 materi\u00e1ly, kter\u00e9 spl\u0148uj\u00ed po\u017eadavky modern\u00ed ekonomiky.<\/p>\n                <\/div>\n                <div class=\"about-vision-stats\">\n                    <div class=\"about-vision-stat\">\n                        <div class=\"about-vision-stat-number\">20+<\/div>\n                        <div class=\"about-vision-stat-label\">Roky zku\u0161enost\u00ed<\/div>\n                    <\/div>\n                    <div class=\"about-vision-stat\">\n                        <div class=\"about-vision-stat-number\">500+<\/div>\n                        <div class=\"about-vision-stat-label\">Projekty po cel\u00e9m sv\u011bt\u011b<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-cta-section\">\n        <div class=\"about-container\">\n            <div class=\"about-cta-content\">\n                <h2>Jste p\u0159ipraveni roz\u0161\u00ed\u0159it sv\u00e9 recykla\u010dn\u00ed podnik\u00e1n\u00ed?<\/h2>\n                <p>Spolupracujte s Energycle pro sv\u011btov\u00e9 in\u017een\u00fdrstv\u00ed, spolehliv\u00e9 stroje a v\u011brnou glob\u00e1ln\u00ed podporu.\nDnes spole\u010dn\u011b postavme va\u0161e \u0161itou na m\u00edru \u0159e\u0161en\u00ed.<\/p>\n                <a href=\"https:\/\/www.energycle.com\/cs\/kontaktujte-nas\/\" class=\"about-cta-btn\">Z\u00edskejte cenovou nab\u00eddku na m\u00edru <i class=\"fas fa-arrow-right\"><\/i><\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>About Energycle Engineering the Future of the Circular Economy We build high-performance technologies that transform waste into valuable resources. From single machines to turnkey plants, we drive the global transition to a sustainable future. Our Pillars of Excellence At Energycle, we don&#8217;t just build machines; we engineer solutions for a closed-loop future. Our technology is &hellip; <a href=\"https:\/\/www.energycle.com\/cs\/o-nas\/\" class=\"more-link\">Pokra\u010dovat ve \u010dten\u00ed <span class=\"screen-reader-text\">O n\u00e1s<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":8,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10575","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/pages\/10575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/comments?post=10575"}],"version-history":[{"count":0,"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/pages\/10575\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/cs\/wp-json\/wp\/v2\/media?parent=10575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}