{"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":"rolunk","status":"publish","type":"page","link":"https:\/\/www.energycle.com\/hu\/rolunk\/","title":{"rendered":"R\u00f3lunk"},"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\">Energycle<\/div>\n                <h1 class=\"about-hero-title\">A k\u00f6rforg\u00e1sos gazdas\u00e1g j\u00f6v\u0151j\u00e9nek megtervez\u00e9se<\/h1>\n                <p class=\"about-hero-subtitle\">Nagy teljes\u00edtm\u00e9ny\u0171 technol\u00f3gi\u00e1kat \u00e9p\u00edt\u00fcnk, amelyek a hullad\u00e9kot \u00e9rt\u00e9kes er\u0151forr\u00e1sokk\u00e1 alak\u00edtj\u00e1k. Az egyedi g\u00e9pekt\u0151l a kulcsrak\u00e9sz \u00fczemekig, glob\u00e1lis \u00e1tmenetet biztos\u00edtunk a fenntarthat\u00f3 j\u00f6v\u0151 fel\u00e9.<\/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>Kiv\u00e1l\u00f3s\u00e1gunk pill\u00e9rei<\/h2>\n                    <p>Az Energycle-n\u00e9l nem csup\u00e1n g\u00e9peket \u00e9p\u00edt\u00fcnk; megold\u00e1sokat fejleszt\u00fcnk a z\u00e1rtl\u00e1nc\u00fa j\u00f6v\u0151re. Technol\u00f3gi\u00e1nkat az anyagtisztas\u00e1g, a m\u0171k\u00f6d\u00e9si hat\u00e9konys\u00e1g \u00e9s a j\u00f6vedelmez\u0151s\u00e9g maximaliz\u00e1l\u00e1s\u00e1ra tervezt\u00fck.\n                    <\/p>\n                    <p>\u00c9vtizedes szak\u00e9rtelm\u00fcnkre t\u00e1maszkodva \u00e1tfog\u00f3 portf\u00f3li\u00f3t k\u00edn\u00e1lunk az intelligens apr\u00edt\u00f3rendszerekt\u0151l a fejlett mos\u00f3- \u00e9s pelletiz\u00e1l\u00f3 sorokig. Strat\u00e9giai partnerei vagyunk a m\u0171anyag-\u00fajrahasznos\u00edt\u00e1sban.<\/p>\n                <\/div>\n                <div class=\"about-mission-highlight\">\n                    <h4>Mi\u00e9rt minket v\u00e1lasztanak az ipar\u00e1g vezet\u0151i?<\/h4>\n                    <ul>\n                        <li><strong>K\u00f6rforg\u00e1sos innov\u00e1ci\u00f3:<\/strong> Korszer\u0171 K+F, amely az \u201cintelligens \u00fajrahasznos\u00edt\u00e1sra\u201d \u00e9s a hullad\u00e9kmentes technol\u00f3gi\u00e1kra \u00f6sszpontos\u00edt.<\/li>\n                        <li><strong>Kulcsrak\u00e9sz szolg\u00e1ltat\u00e1s:<\/strong> Teljes k\u00f6r\u0171 \u00fczemtervez\u00e9s A-t\u00f3l Z-ig, a koncepci\u00f3t\u00f3l az \u00fczembe helyez\u00e9sig.<\/li>\n                        <li><strong>Glob\u00e1lis megb\u00edzhat\u00f3s\u00e1g:<\/strong> T\u00f6bb mint 50 orsz\u00e1gban, t\u00f6bb mint 500 telep\u00edt\u00e9ssel bizony\u00edtott teljes\u00edtm\u00e9ny.<\/li>\n                        <li><strong>M\u0171k\u00f6d\u00e9si hat\u00e9konys\u00e1g:<\/strong> Robusztus kialak\u00edt\u00e1s, amely 24\/7-es megb\u00edzhat\u00f3s\u00e1got \u00e9s alacsony karbantart\u00e1si k\u00f6lts\u00e9geket biztos\u00edt.<\/li>\n                        <li><strong>Fenntarthat\u00f3 \u00e9rt\u00e9k:<\/strong> A v\u00e9gs\u0151 pelletmin\u0151s\u00e9g maximaliz\u00e1l\u00e1sa a sz\u0171z anyagokkal val\u00f3 versenyk\u00e9pess\u00e9g \u00e9rdek\u00e9ben.<\/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\">Megold\u00e1saink<\/div>\n                <h2>Kiv\u00e1l\u00f3 term\u00e9kk\u00edn\u00e1lat<\/h2>\n                <p>Az \u00f6n\u00e1ll\u00f3 berendez\u00e9sekt\u0151l a komplett, kulcsrak\u00e9sz rendszerekig minden \u00fajrahasznos\u00edt\u00e1si kih\u00edv\u00e1sra fejleszt\u00fcnk megold\u00e1sokat \u2013 anyagt\u00f3l \u00e9s m\u00e9rett\u0151l f\u00fcggetlen\u00fcl.<\/p>\n            <\/div>\n            <div class=\"about-products-grid\">\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/hu\/ujrahasznosito-mosorendszer\/\">\n                        <h4>\u00dajrahasznos\u00edt\u00e1si megold\u00e1sok<\/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\/hu\/muanyag-pelletizalo-gep\/\">\n                        <h4>Granul\u00e1l\u00e1s \u00e9s pelletiz\u00e1l\u00e1s<\/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\/hu\/muanyag-apritok\/\">\n                        <h4>Apr\u00edt\u00f3k<\/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\/hu\/muanyag-granulatorok\/\">\n                        <h4>Z\u00faz\u00f3k \u00e9s dar\u00e1l\u00f3k<\/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\/hu\/szaritorendszer\/\">\n                        <h4>Sz\u00e1r\u00edt\u00f3g\u00e9pek<\/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\/hu\/segito-rendszer\/\">\n                        <h4>Seg\u00e9dberendez\u00e9sek<\/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\">Mi\u00e9rt v\u00e1lasszon minket<\/div>\n                <h2>Teljesk\u00f6r\u0171 t\u00e1mogat\u00e1s<\/h2>\n                <p>Elk\u00f6telezettek vagyunk az \u00d6n sikere ir\u00e1nt az \u00fajrahasznos\u00edt\u00e1si folyamat minden szakasz\u00e1ban.<\/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>\u00c1tfog\u00f3 szolg\u00e1ltat\u00e1sok<\/h4>\n                    <p>Teljesk\u00f6r\u0171 t\u00e1mogat\u00e1s az els\u0151 konzult\u00e1ci\u00f3t\u00f3l a v\u00e9gleges beavatkoz\u00e1sig \u00e9s m\u00e9g tov\u00e1bb.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                    <h4>Elk\u00f6telezett szakemberek<\/h4>\n                    <p>Egy fenntarthat\u00f3 j\u00f6v\u0151\u00e9rt dolgozunk, biztos\u00edtva, hogy minden projekt megfeleljen a legmagasabb szabv\u00e1nyoknak.<\/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>Szak\u00e9rt\u0151 m\u00e9rn\u00f6k\u00f6k<\/h4>\n                    <p>Kiv\u00e1l\u00f3 m\u00e9rn\u00f6k\u00f6k \u00e9vtizedes tapasztalattal \u00e9s pontoss\u00e1ggal hozz\u00e1k l\u00e9tre minden megold\u00e1st.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-headset\"><\/i><\/div>\n                    <h4>24\/7-es \u00fcgyf\u00e9lszolg\u00e1lat<\/h4>\n                    <p>A nap 24 \u00f3r\u00e1j\u00e1ban itt vagyunk \u00d6nnek, biztos\u00edtva a z\u00f6kken\u0151mentes \u00e9s hat\u00e9kony m\u0171k\u00f6d\u00e9st.<\/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>A k\u00f6r lez\u00e1r\u00e1sa, egy\u00fctt.<\/h2>\n                    <p>V\u00edzi\u00f3ink egy hullad\u00e9kmentes vil\u00e1got jelentenek. A legmodernebb m\u00e9rn\u00f6ki munka \u00e9s a m\u00e9lyrehat\u00f3 anyagismeret \u00f6tv\u00f6z\u00e9s\u00e9vel lehet\u0151v\u00e9 tessz\u00fck partnereink sz\u00e1m\u00e1ra, hogy a modern gazdas\u00e1g ig\u00e9nyeinek megfelel\u0151, kiv\u00e1l\u00f3 min\u0151s\u00e9g\u0171 \u00fajrahasznos\u00edtott anyagokat \u00e1ll\u00edtsanak el\u0151.<\/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\">\u00c9vtizedes tapasztalat<\/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\">Vil\u00e1gszerte megval\u00f3s\u00edtott projektek<\/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>K\u00e9szen \u00e1ll arra, hogy n\u00f6velje \u00fajrahasznos\u00edt\u00e1si v\u00e1llalkoz\u00e1sa m\u00e9ret\u00e9t?<\/h2>\n                <p>Legyen partnere az Energycle-nek vil\u00e1gsz\u00ednvonal\u00fa m\u00e9rn\u00f6ki szolg\u00e1ltat\u00e1sok\u00e9rt, megb\u00edzhat\u00f3 g\u00e9pek\u00e9rt \u00e9s elk\u00f6telezett glob\u00e1lis t\u00e1mogat\u00e1s\u00e9rt. \u00c9p\u00edts\u00fck meg egyedi megold\u00e1s\u00e1t m\u00e9g ma!.<\/p>\n                <a href=\"https:\/\/www.energycle.com\/hu\/lepjen-kapcsolatba-velunk\/\" class=\"about-cta-btn\">K\u00e9rjen egyedi \u00e1raj\u00e1nlatot <i class=\"fas fa-arrow-right\"><\/i><\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>N\u00e9h\u00e1ny Energycle a z\u00e1rt k\u00f6r\u00f6k gazdas\u00e1gj\u00e1nak j\u00f6v\u0151j\u00e9t \u00e9p\u00edti Megfelel\u0151 technol\u00f3gi\u00e1kat fejleszt\u00fcnk ki, amelyek a hullad\u00e9kot \u00e9rt\u00e9kes er\u0151forr\u00e1ss\u00e1 alak\u00edtj\u00e1k. Egyed\u00fcl\u00e1ll\u00f3 g\u00e9pekt\u0151l a teljes k\u00f6r\u0171 \u00fczemekig, a glob\u00e1lis \u00e1tt\u00e9r\u00e9st a fenntarthat\u00f3 j\u00f6v\u0151 fel\u00e9 hajtjuk. Kiv\u00e1l\u00f3s\u00e1gunk Pill\u00e9rjei A Energycle-n\u00e9l nem csak g\u00e9peket \u00e9p\u00edt\u00fcnk; z\u00e1rt k\u00f6r\u0171 j\u00f6v\u0151re sz\u00e1nt megold\u00e1sokat tervez\u00fcnk. A technol\u00f3gi\u00e1nk \u2026 <a href=\"https:\/\/www.energycle.com\/hu\/rolunk\/\" class=\"more-link\">Folytassa az olvas\u00e1st <span class=\"screen-reader-text\">R\u00f3lunk<\/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"],"tsf_seo":{"title":"R\u00f3lunk","description":"Az Energycle kulcsrak\u00e9sz m\u0171anyag-\u00fajrahasznos\u00edt\u00e1si megold\u00e1sokkal tervezi a k\u00f6rforg\u00e1sos gazdas\u00e1g j\u00f6v\u0151j\u00e9t. A nagy teljes\u00edtm\u00e9ny\u0171 apr\u00edt\u00f3g\u00e9pekt\u0151l \u00e9s mos\u00f3sorokt\u00f3l a fejlett pelletiz\u00e1l\u00f3 rendszerekig glob\u00e1lis kiv\u00e1l\u00f3s\u00e1got biztos\u00edtunk a PE, PP \u00e9s PET \u00fajrahasznos\u00edt\u00e1s\u00e1ban.","robots":"index, follow","canonical":"https:\/\/www.energycle.com\/hu\/rolunk\/","og_title":"About Us","og_description":"Energycle engineers the future of the circular economy with turnkey plastic recycling solutions. From high-performance shredders and washing lines to advanced pelletizing systems, we deliver global excellence for PE, PP, and PET recycling.","og_image":""},"_links":{"self":[{"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/pages\/10575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/comments?post=10575"}],"version-history":[{"count":0,"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/pages\/10575\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/hu\/wp-json\/wp\/v2\/media?parent=10575"}],"curies":[{"name":"munkaf\u00fczet","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}