{"id":5199,"date":"2025-08-12T08:10:33","date_gmt":"2025-08-12T08:10:33","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=5199"},"modified":"2025-12-23T06:09:44","modified_gmt":"2025-12-23T06:09:44","slug":"ecomaterials","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/en\/ecomaterials\/","title":{"rendered":"Eco Materials"},"content":{"rendered":"\n<style>\n    \/* =========================================\n       1. SCOPED CSS VARIABLES (ISOLATION)\n       ========================================= *\/\n    #gs-eco-content-wrapper {\n        --gs-eco-primary: #6b7051;\n        --gs-eco-dark: #4a4e38;\n        --gs-eco-light: #f5f7f2;\n        --gs-eco-accent: #d4af37; \/* Muted Gold *\/\n        --gs-eco-text: #333333;\n        --gs-eco-text-soft: #666666;\n        --gs-eco-white: #ffffff;\n        --gs-eco-border: #e0e0e0;\n        --gs-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n        \n        \/* Layout Reset for this container only *\/\n        font-family: var(--gs-font-stack);\n        color: var(--gs-eco-text);\n        line-height: 1.8;\n        box-sizing: border-box;\n        width: 100%;\n        background: var(--gs-eco-white);\n        margin: 0;\n        padding: 0;\n    }\n\n    \/* Prevent Global Leakage *\/\n    #gs-eco-content-wrapper * {\n        box-sizing: border-box;\n    }\n\n    #gs-eco-content-wrapper h1, \n    #gs-eco-content-wrapper h2, \n    #gs-eco-content-wrapper h3, \n    #gs-eco-content-wrapper h4 {\n        color: var(--gs-eco-dark);\n        margin-top: 0;\n        font-weight: 700;\n        line-height: 1.3;\n    }\n\n    #gs-eco-content-wrapper p {\n        margin-bottom: 24px;\n        font-size: 1.05rem;\n    }\n\n    #gs-eco-content-wrapper a {\n        color: var(--gs-eco-primary);\n        text-decoration: none;\n        font-weight: 600;\n        transition: color 0.2s;\n    }\n    #gs-eco-content-wrapper a:hover {\n        color: var(--gs-eco-accent);\n    }\n\n    #gs-eco-content-wrapper img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n        border-radius: 8px;\n    }\n\n    \/* =========================================\n       2. LAYOUT UTILITIES\n       ========================================= *\/\n    .gs-eco-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .gs-eco-section {\n        padding: 80px 0;\n        border-bottom: 1px solid rgba(0,0,0,0.05);\n    }\n\n    .gs-eco-bg-alt {\n        background-color: var(--gs-eco-light);\n    }\n\n    \/* =========================================\n       3. COMPONENTS\n       ========================================= *\/\n    \n    \/* Hero Section *\/\n    .gs-eco-hero {\n        background-color: var(--gs-eco-dark);\n        color: #ffffff;\n        padding: 100px 0;\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .gs-eco-hero-grid {\n        display: grid;\n        grid-template-columns: 1.2fr 0.8fr;\n        gap: 60px;\n        align-items: center;\n    }\n\n    .gs-eco-hero h1 {\n        color: #ffffff !important;\n        font-size: clamp(2.5rem, 4vw, 3.8rem);\n        margin-bottom: 20px;\n    }\n\n    .gs-eco-hero p {\n        color: rgba(255,255,255,0.9);\n        font-size: 1.2rem;\n        max-width: 600px;\n    }\n\n    \/* Buttons (High Contrast Fix) *\/\n    .gs-eco-btn {\n        display: inline-block;\n        background-color: var(--gs-eco-accent) !important;\n        color: #ffffff !important; \/* Forced White Text *\/\n        padding: 16px 32px;\n        border-radius: 50px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        border: none;\n        cursor: pointer;\n        transition: transform 0.2s, background-color 0.2s;\n        text-align: center;\n    }\n    \n    .gs-eco-btn:hover {\n        background-color: #c49f2f !important;\n        transform: translateY(-2px);\n        color: #ffffff !important;\n    }\n\n    .gs-eco-btn.outline {\n        background-color: transparent !important;\n        border: 2px solid #ffffff;\n        color: #ffffff !important;\n    }\n    .gs-eco-btn.outline:hover {\n        background-color: #ffffff !important;\n        color: var(--gs-eco-dark) !important;\n    }\n\n    \/* Tech Cards *\/\n    .gs-tech-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .gs-tech-card {\n        background: white;\n        padding: 40px;\n        border-radius: 12px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        border: 1px solid var(--gs-eco-border);\n        transition: transform 0.3s;\n    }\n    .gs-tech-card:hover {\n        transform: translateY(-5px);\n        border-color: var(--gs-eco-primary);\n    }\n    .gs-icon-large { font-size: 3rem; margin-bottom: 20px; display: block; }\n\n    \/* Comparison Table (Scientific Style) *\/\n    .gs-comp-table-wrapper {\n        overflow-x: auto;\n        margin: 40px 0;\n        border-radius: 12px;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    }\n    .gs-comp-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: white;\n        min-width: 600px;\n    }\n    .gs-comp-table th {\n        background: var(--gs-eco-primary);\n        color: white;\n        padding: 18px;\n        text-align: left;\n        font-weight: 600;\n    }\n    .gs-comp-table td {\n        padding: 15px;\n        border-bottom: 1px solid #eee;\n        color: var(--gs-eco-text);\n    }\n    .gs-comp-table tr:last-child td { border-bottom: none; }\n    \n    \/* Lifecycle Steps *\/\n    .gs-lifecycle-row {\n        display: flex;\n        justify-content: space-between;\n        gap: 20px;\n        margin: 60px 0;\n        flex-wrap: wrap;\n    }\n    .gs-life-step {\n        flex: 1;\n        min-width: 200px;\n        text-align: center;\n        background: white;\n        padding: 30px 20px;\n        border-radius: 12px;\n        border-top: 4px solid var(--gs-eco-primary);\n    }\n    .gs-step-num {\n        font-size: 2rem;\n        font-weight: 900;\n        color: rgba(0,0,0,0.1);\n        display: block;\n        margin-bottom: 10px;\n    }\n\n    \/* Accordion (FAQ) *\/\n    .gs-faq-item {\n        border-bottom: 1px solid var(--gs-eco-border);\n    }\n    .gs-faq-header {\n        width: 100%;\n        text-align: left;\n        padding: 25px 0;\n        background: none;\n        border: none;\n        font-size: 1.15rem;\n        font-weight: 700;\n        color: var(--gs-eco-dark);\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    .gs-faq-icon {\n        font-size: 1.5rem;\n        color: var(--gs-eco-accent);\n        transition: transform 0.3s;\n    }\n    .gs-faq-body {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease-out;\n        color: var(--gs-eco-text-soft);\n    }\n    .gs-faq-inner { padding-bottom: 25px; }\n    .gs-faq-item.active .gs-faq-icon { transform: rotate(45deg); }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n        .gs-eco-hero-grid { grid-template-columns: 1fr; }\n        .gs-eco-hero h1 { font-size: 2.5rem; }\n        .gs-lifecycle-row { flex-direction: column; }\n    }\n<\/style>\n\n<div id=\"gs-eco-content-wrapper\">\n\n    <header class=\"gs-eco-hero\">\n        <div class=\"gs-eco-container\">\n            <div class=\"gs-eco-hero-grid\">\n                <div>\n                    <h4 style=\"color: var(--gs-eco-accent) !important; text-transform: uppercase; letter-spacing: 2px;\">2025 Sustainability Report<\/h4>\n                    <h1>Engineering the Future of <br>Circular Packaging<\/h1>\n                    <p>We help global brands transition to Net-Zero. Explore our GRS-certified PCR plastics, Sugarcane Bio-PE, and infinitely recyclable metal solutions. Real science, verified data, no greenwashing.<\/p>\n                    <div style=\"margin-top: 30px; display: flex; gap: 15px; flex-wrap: wrap;\">\n                        <a href=\"https:\/\/goldensoarpackage.com\/free-samples\/\" class=\"gs-eco-btn\">Request Eco Kit<\/a>\n                        <a href=\"#lca-data\" class=\"gs-eco-btn outline\">View LCA Data<\/a>\n                    <\/div>\n                <\/div>\n                <div style=\"position: relative;\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/pe-materials.jpg.webp\" \n                         alt=\"PCR Recycled Plastic Granules and Pellets\" \n                         style=\"border: 4px solid rgba(255,255,255,0.2); box-shadow: 0 20px 50px rgba(0,0,0,0.3);\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n<div id=\"seo-breadcrumb-root\">\n<style>\n\/* --- SEO Breadcrumb Styles --- *\/\n#seo-breadcrumb-root {\n    width: 100%;\n    margin-bottom: 30px; \/* Space below breadcrumb *\/\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\n}\n\n#seo-breadcrumb-root .bc-container {\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    background: #F8FAFC; \/* Light industrial background *\/\n    padding: 12px 20px;\n    border-radius: 50px; \/* Fully rounded pill shape *\/\n    border: 1px solid #E2E8F0;\n    font-size: 0.9rem;\n    color: #64748B;\n}\n\n#seo-breadcrumb-root .bc-link {\n    text-decoration: none;\n    color: #0B2A4A; \/* Brand Dark Blue *\/\n    font-weight: 700;\n    transition: color 0.2s;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n#seo-breadcrumb-root .bc-link:hover {\n    color: #1F6AE1; \/* Brand Primary Blue *\/\n}\n\n#seo-breadcrumb-root .bc-sep {\n    color: #CBD5E1;\n    font-size: 0.8rem;\n}\n\n#seo-breadcrumb-root .bc-current {\n    color: #1F6AE1; \/* Highlight current page *\/\n    font-weight: 600;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    max-width: 600px; \/* Prevent long titles from breaking layout *\/\n}\n\n\/* Mobile Responsiveness *\/\n@media (max-width: 600px) {\n    #seo-breadcrumb-root .bc-container {\n        padding: 10px 15px;\n        font-size: 0.85rem;\n    }\n    #seo-breadcrumb-root .bc-current {\n        max-width: 150px;\n    }\n}\n<\/style>\n\n<nav aria-label=\"Breadcrumb\">\n    <div class=\"bc-container\">\n        <a href=\"\/\" class=\"bc-link\">\n            <span>\ud83c\udfe0<\/span> Home\n        <\/a>\n<span class=\"bc-sep\">\/<\/span>\n\n        <a href=\"https:\/\/goldensoarpackage.com\/support-center\/\" class=\"bc-link\">\n            <span>Support<\/span>\n        <\/a>\n\n        <span class=\"bc-sep\">\/<\/span>\n\n        <span class=\"bc-current\">\n            Eco Materials\n        <\/span>\n    <\/div>\n<\/nav>\n<\/div>\n    <section class=\"gs-eco-section\">\n        <div class=\"gs-eco-container\">\n            <div style=\"text-align: center; max-width: 800px; margin: 0 auto 50px;\">\n                <h2>Three Pathways to Sustainability<\/h2>\n                <p>There is no single &#8220;perfect&#8221; material. The right choice depends on your product&#8217;s acidity, viscosity, and target market recycling infrastructure. We offer three distinct pathways.<\/p>\n            <\/div>\n\n            <div class=\"gs-tech-grid\">\n                <article class=\"gs-tech-card\">\n                    <span class=\"gs-icon-large\">\u267b\ufe0f<\/span>\n                    <h3>1. Mechanical Recycling (PCR)<\/h3>\n                    <p><strong>Post-Consumer Recycled Resin.<\/strong> We collect discarded milk jugs (HDPE) and water bottles (PET), clean them, and re-extrude them into new packaging.<\/p>\n                    <ul style=\"padding-left: 20px; color: var(--gs-eco-text-soft);\">\n                        <li>Reduces virgin plastic use by up to 100%.<\/li>\n                        <li>GRS 4.0 Certified supply chain.<\/li>\n                        <li>Available in 30%, 50%, and 100% blends.<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"gs-tech-card\">\n                    <span class=\"gs-icon-large\">\ud83c\udf31<\/span>\n                    <h3>2. Carbon Capture (Bio-PE)<\/h3>\n                    <p><strong>Sugarcane-Derived Polyethylene.<\/strong> Sourced from Brazilian sugarcane ethanol. As the plant grows, it captures CO2 from the atmosphere.<\/p>\n                    <ul style=\"padding-left: 20px; color: var(--gs-eco-text-soft);\">\n                        <li>Carbon negative footprint.<\/li>\n                        <li>Chemically identical to fossil PE (#2 Recycle Code).<\/li>\n                        <li>Ideal for &#8220;Green&#8221; marketing narratives.<\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"gs-tech-card\">\n                    <span class=\"gs-icon-large\">\u267e\ufe0f<\/span>\n                    <h3>3. Infinite Loop (Aluminum)<\/h3>\n                    <p><strong>Recyclable Metal Alloys.<\/strong> Metal recycles forever without degrading. 75% of all aluminum ever produced is still in use today.<\/p>\n                    <ul style=\"padding-left: 20px; color: var(--gs-eco-text-soft);\">\n                        <li>Highest global recycling rates (>70%).<\/li>\n                        <li>100% Barrier protection.<\/li>\n                        <li>Premium &#8220;Cold-Touch&#8221; aesthetic.<\/li>\n                    <\/ul>\n                <\/article>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-eco-section gs-eco-bg-alt\">\n        <div class=\"gs-eco-container\">\n            <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;\">\n                <div>\n                    <h2>The Science of PCR: Overcoming Aesthetic Challenges<\/h2>\n                    <p>One of the biggest hesitations B2B buyers have regarding Post-Consumer Recycled (PCR) plastic is the &#8220;aesthetic penalty.&#8221; Historically, rPET (Recycled PET) carried a grey or yellow tint due to contamination in the recycling stream.<\/p>\n                    <p>At Golden Soar, we utilize <strong>Near-Infrared (NIR) Optical Sorting<\/strong> technology. This advanced process separates clear polymers from colored ones with 99.9% accuracy before the melting phase. Furthermore, we employ solid-state polycondensation (SSP) to rebuild the molecular chain length (Intrinsic Viscosity) of the recycled resin.<\/p>\n                    <p><strong>The Result:<\/strong> We can produce 50% PCR bottles that are virtually indistinguishable from virgin resin to the naked eye. For brands demanding 100% PCR, we recommend using amber, blue, or opaque colors to mask any minor refractive inconsistencies.<\/p>\n                    <a href=\"https:\/\/goldensoarpackage.com\/pet-materials\/\" class=\"gs-eco-btn\">View PET Options<\/a>\n                <\/div>\n                <div>\n                     <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Pet-material-1.jpg.webp\" alt=\"High Clarity rPET Granules\" style=\"box-shadow: 0 20px 40px rgba(0,0,0,0.1);\">\n                     <p style=\"font-size: 0.85rem; text-align: center; margin-top: 10px; color: #888;\">High-Clarity rPET Granules ready for molding.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"lca-data\" class=\"gs-eco-section\">\n        <div class=\"gs-eco-container\">\n            <h2 style=\"text-align: center;\">Environmental Impact Comparison (LCA)<\/h2>\n            <p style=\"text-align: center; max-width: 700px; margin: 0 auto 40px;\">Data based on cradle-to-gate analysis per 1,000 units (250ml Bottle).<\/p>\n\n            <div class=\"gs-comp-table-wrapper\">\n                <table class=\"gs-comp-table\">\n                    <thead>\n                        <tr>\n                            <th>Material Type<\/th>\n                            <th>Fossil Fuel Depletion<\/th>\n                            <th>Global Warming Potential (kg CO2 eq)<\/th>\n                            <th>End-of-Life Scenario<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Virgin PET (Standard)<\/strong><\/td>\n                            <td>High (Baseline)<\/td>\n                            <td>65.0 kg<\/td>\n                            <td>Landfill or Down-cycled<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>100% rPET (Golden Soar)<\/strong><\/td>\n                            <td>Low (-79% reduction)<\/td>\n                            <td>12.5 kg<\/td>\n                            <td>Closed-loop Bottle-to-Bottle<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Sugarcane Bio-PE<\/strong><\/td>\n                            <td>Low (Renewable Source)<\/td>\n                            <td>-3.0 kg (Carbon Negative)<\/td>\n                            <td>Recycled with #2 HDPE<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Recycled Aluminum<\/strong><\/td>\n                            <td>Medium (Mining bypassed)<\/td>\n                            <td>8.0 kg (95% energy saving vs virgin)<\/td>\n                            <td>Infinite Recycling<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <div style=\"background: #eef2e6; padding: 20px; border-left: 4px solid var(--gs-eco-primary); margin-top: 30px;\">\n                <h4 style=\"margin-bottom: 5px;\">\u267b\ufe0f Why Recycling Aluminum Matters<\/h4>\n                <p style=\"margin: 0;\">Producing aluminum from recycled scrap requires only <strong>5% of the energy<\/strong> needed to produce primary aluminum from bauxite ore. By choosing our recycled aluminum cans, you are essentially banking energy.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-eco-section gs-eco-bg-alt\">\n        <div class=\"gs-eco-container\">\n            <div class=\"gs-eco-hero-grid\">\n                <div>\n                     <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/Aluminum-materials.jpg.webp\" alt=\"Recyclable Aluminum Coils\" style=\"border-radius: 12px;\">\n                <\/div>\n                <div>\n                    <h2>Navigating the 2025 Regulatory Landscape<\/h2>\n                    <p>Packaging is no longer just about design; it&#8217;s about legal compliance. Governments worldwide are implementing strict Extended Producer Responsibility (EPR) laws.<\/p>\n                    \n                    <h4 style=\"margin-top: 20px;\">\ud83c\uddea\ud83c\uddfa EU Packaging Directive (PPWR)<\/h4>\n                    <p style=\"font-size: 0.95rem;\">By 2030, all plastic packaging on the EU market must be recyclable. Golden Soar&#8217;s Mono-material PP pumps and Al-free tubes are fully compliant with these upcoming design-for-recycling mandates.<\/p>\n\n                    <h4 style=\"margin-top: 20px;\">\ud83c\uddec\ud83c\udde7 UK Plastic Packaging Tax<\/h4>\n                    <p style=\"font-size: 0.95rem;\">Packaging containing less than 30% recycled plastic is taxed at \u00a3210+ per tonne. Our certified 30% PCR-PET bottles allow you to <strong>exempt your products from this tax<\/strong> completely.<\/p>\n\n                    <h4 style=\"margin-top: 20px;\">\ud83c\uddfa\ud83c\uddf8 California SB 54<\/h4>\n                    <p style=\"font-size: 0.95rem;\">Requires single-use packaging to be recyclable or compostable by 2032. We provide the necessary material safety data sheets (MSDS) to prove compliance for the US market.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-eco-section\">\n        <div class=\"gs-eco-container\" style=\"max-width: 900px;\">\n            <h2 style=\"text-align: center; margin-bottom: 40px;\">Eco-Materials Technical FAQ<\/h2>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-header\">\n                    Is Sugarcane Bio-PE biodegradable?\n                    <span class=\"gs-faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"gs-faq-body\">\n                    <div class=\"gs-faq-inner\">\n                        No, and this is intentional. Sugarcane Bio-PE is a durable, recyclable plastic designed for the circular economy, not the compost heap. Biodegradable plastics (like PLA) often contaminate recycling streams because they lower the melting point of the batch. Bio-PE is recyclable in the standard #2 HDPE stream, ensuring it holds value after use.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-header\">\n                    Do you have GRS certification for your PCR materials?\n                    <span class=\"gs-faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"gs-faq-body\">\n                    <div class=\"gs-faq-inner\">\n                        Yes, Golden Soar holds valid GRS (Global Recycled Standard) 4.0 certification. This allows us to issue Transaction Certificates (TC) for your orders, providing traceability proof that the recycled content claims are legitimate.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-header\">\n                    Can PCR-PET be used for food contact?\n                    <span class=\"gs-faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"gs-faq-body\">\n                    <div class=\"gs-faq-inner\">\n                        Yes. Our food-grade PCR-PET undergoes a &#8220;Super-Cleaning&#8221; process approved by EFSA and the FDA. It is safe for direct contact with beverages, oral care products, and food items.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-header\">\n                    What is the minimum order (MOQ) for custom PCR bottles?\n                    <span class=\"gs-faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"gs-faq-body\">\n                    <div class=\"gs-faq-inner\">\n                        For standard shapes using PCR resin, the MOQ is typically 10,000 pieces. For Bio-PE (Sugarcane), the MOQ may be slightly higher (20,000 pieces) due to the minimum batch size of the raw material extrusion.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-header\">\n                    Does recycled aluminum lose strength?\n                    <span class=\"gs-faq-icon\">+<\/span>\n                <\/button>\n                <div class=\"gs-faq-body\">\n                    <div class=\"gs-faq-inner\">\n                        No. Aluminum is an atomic element, not a molecular chain like plastic. It does not degrade during recycling. An aluminum can recycled today has the exact same structural integrity as one made from virgin bauxite ore.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-eco-section gs-eco-bg-alt\" style=\"text-align: center;\">\n        <div class=\"gs-eco-container\">\n            <h2>Start Your Sustainable Journey<\/h2>\n            <p style=\"max-width: 600px; margin: 0 auto 30px;\">Verify the quality yourself. Request a curated sample kit containing our PCR, Bio-PE, and Aluminum solutions.<\/p>\n            <div style=\"display: flex; gap: 20px; justify-content: center;\">\n                <a href=\"https:\/\/goldensoarpackage.com\/free-samples\/\" class=\"gs-eco-btn\">Get Eco Samples<\/a>\n                <a href=\"\/support-center\/\" class=\"gs-eco-btn outline\" style=\"color: var(--gs-eco-primary) !important; border-color: var(--gs-eco-primary);\">Back to Support Center<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n    \/\/ Simple Vanilla JS for Accordion\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const triggers = document.querySelectorAll('#gs-eco-content-wrapper .gs-faq-header');\n        \n        triggers.forEach(trigger => {\n            trigger.addEventListener('click', function() {\n                const parent = this.parentElement;\n                const content = this.nextElementSibling;\n                \n                \/\/ Toggle active class\n                parent.classList.toggle('active');\n                \n                \/\/ Toggle max-height for slide effect\n                if (parent.classList.contains('active')) {\n                    content.style.maxHeight = content.scrollHeight + \"px\";\n                } else {\n                    content.style.maxHeight = null;\n                }\n            });\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>2025 Sustainability Report Engineering the Future of Circular Packaging We help global brands transition to Net-Zero. Explore our GRS-certified PCR plastics, Sugarcane Bio-PE, and infinitely recyclable metal solutions. Real science, verified data, no greenwashing. Request Eco Kit View LCA Data \ud83c\udfe0 Home \/ Support \/ Eco Materials Three Pathways to Sustainability There is no single &#8230; <a title=\"Eco Materials\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/en\/ecomaterials\/\" aria-label=\"Read more about Eco Materials\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5199","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/5199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/comments?post=5199"}],"version-history":[{"count":120,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/5199\/revisions"}],"predecessor-version":[{"id":9723,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/5199\/revisions\/9723"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/media?parent=5199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}