{"id":100,"date":"2025-10-23T13:53:04","date_gmt":"2025-10-23T13:53:04","guid":{"rendered":"https:\/\/zerocarbono.org\/?page_id=100"},"modified":"2025-12-01T23:50:29","modified_gmt":"2025-12-01T23:50:29","slug":"icvcm-wbcsd","status":"publish","type":"page","link":"https:\/\/zerocarbono.org\/en\/icvcm-wbcsd\/","title":{"rendered":"ICVCM \/ WBCSD"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"100\" class=\"elementor elementor-100\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f06b9e e-con-full e-flex e-con e-parent\" data-id=\"8f06b9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-949c43c elementor-widget elementor-widget-html\" data-id=\"949c43c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>ICVCM & WBCSD - Zero Carbono<\/title>\r\n    <style>\r\n        :root {\r\n            --azul-principal: #031e35;\r\n            --verde-principal: #325825;\r\n            --verde-claro: #f0f7f0;\r\n            --gris-oscuro: #374151;\r\n            --gris-medio: #6b7280;\r\n            --blanco: #ffffff;\r\n            --verde-acento: #4a7c3a;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\r\n        }\r\n\r\n        body {\r\n            background: var(--blanco);\r\n            color: var(--gris-oscuro);\r\n            line-height: 1.6;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Header moderno con dise\u00f1o diferente *\/\r\n        .hero-section {\r\n            padding: 120px 0 80px;\r\n            text-align: center;\r\n            position: relative;\r\n            background: linear-gradient(135deg, var(--azul-principal) 0%, #0a2a4a 100%);\r\n            color: var(--blanco);\r\n            margin-bottom: 0;\r\n            overflow: hidden;\r\n            width: 100vw;\r\n            margin-left: calc(-50vw + 49.3%);\r\n            left: 0;\r\n            right: 0;\r\n        }\r\n\r\n        .hero-content {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .hero-pattern {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            opacity: 0.05;\r\n            background: \r\n                radial-gradient(circle at 20% 30%, var(--verde-claro) 0%, transparent 50%),\r\n                radial-gradient(circle at 80% 70%, var(--verde-claro) 0%, transparent 50%);\r\n        }\r\n\r\n        .certification-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            background: rgba(255, 255, 255, 0.15);\r\n            backdrop-filter: blur(10px);\r\n            color: var(--blanco);\r\n            padding: 12px 28px;\r\n            border-radius: 25px;\r\n            font-size: 0.9rem;\r\n            font-weight: 600;\r\n            margin-bottom: 40px;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        .hero-title {\r\n            font-size: 3.2rem;\r\n            font-weight: 800;\r\n            margin-bottom: 30px;\r\n            line-height: 1.1;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .hero-title-main {\r\n            color: var(--blanco);\r\n            display: block;\r\n        }\r\n\r\n        .hero-title-accent {\r\n            color: var(--verde-claro);\r\n            display: block;\r\n            background: linear-gradient(135deg, var(--verde-claro) 0%, #a8d5a8 100%);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            font-size: 1.3rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            max-width: 900px;\r\n            margin: 0 auto 50px;\r\n            font-weight: 400;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        \/* Tarjetas de certificaci\u00f3n *\/\r\n        .certification-cards {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .cert-card {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(15px);\r\n            padding: 35px 30px;\r\n            border-radius: 20px;\r\n            text-align: center;\r\n            border: 1px solid rgba(255, 255, 255, 0.15);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .cert-card:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .cert-icon {\r\n            font-size: 3rem;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .cert-name {\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            color: var(--verde-claro);\r\n        }\r\n\r\n        .cert-desc {\r\n            font-size: 0.95rem;\r\n            color: rgba(255, 255, 255, 0.8);\r\n            line-height: 1.5;\r\n        }\r\n\r\n        \/* Secciones con dise\u00f1o de paneles *\/\r\n        .panel-section {\r\n            padding: 100px 0;\r\n            position: relative;\r\n        }\r\n\r\n        .panel-header {\r\n            text-align: center;\r\n            margin-bottom: 70px;\r\n        }\r\n\r\n        .panel-badge {\r\n            display: inline-block;\r\n            background: var(--verde-claro);\r\n            color: var(--verde-principal);\r\n            padding: 10px 24px;\r\n            border-radius: 20px;\r\n            font-size: 0.9rem;\r\n            font-weight: 600;\r\n            margin-bottom: 25px;\r\n            border: 2px solid rgba(50, 88, 37, 0.1);\r\n        }\r\n\r\n        .panel-title {\r\n            font-size: 2.6rem;\r\n            font-weight: 800;\r\n            color: var(--azul-principal);\r\n            margin-bottom: 25px;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .panel-subtitle {\r\n            font-size: 1.2rem;\r\n            color: var(--gris-medio);\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Grid de caracter\u00edsticas con dise\u00f1o diferente *\/\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 35px;\r\n        }\r\n\r\n        .feature-panel {\r\n            background: var(--blanco);\r\n            padding: 40px 35px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 35px rgba(3, 30, 53, 0.08);\r\n            border: 2px solid rgba(3, 30, 53, 0.05);\r\n            position: relative;\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .feature-panel:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 40px rgba(3, 30, 53, 0.12);\r\n            border-color: rgba(50, 88, 37, 0.2);\r\n        }\r\n\r\n        .feature-panel::before {\r\n            content: \"\";\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, var(--verde-principal), var(--azul-principal));\r\n        }\r\n\r\n        .feature-header {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 20px;\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .feature-icon-wrapper {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 15px;\r\n            background: var(--verde-claro);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .feature-icon {\r\n            font-size: 1.8rem;\r\n            color: var(--verde-principal);\r\n        }\r\n\r\n        .feature-title {\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            color: var(--azul-principal);\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .feature-list {\r\n            list-style: none;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .feature-list li {\r\n            padding: 12px 0;\r\n            color: var(--gris-medio);\r\n            position: relative;\r\n            padding-left: 30px;\r\n            line-height: 1.6;\r\n            border-bottom: 1px solid rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .feature-list li:last-child {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .feature-list li::before {\r\n            content: \"\u2713\";\r\n            position: absolute;\r\n            left: 0;\r\n            color: var(--verde-principal);\r\n            font-weight: bold;\r\n            font-size: 1.1rem;\r\n            top: 12px;\r\n        }\r\n\r\n        \/* Secci\u00f3n de resultados con dise\u00f1o diferente *\/\r\n        .results-section {\r\n            background: linear-gradient(135deg, var(--verde-claro) 0%, #e8f4e8 100%);\r\n            padding: 100px 0;\r\n            margin: 80px 0;\r\n            position: relative;\r\n        }\r\n\r\n        .results-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 35px;\r\n        }\r\n\r\n        .result-item {\r\n            background: var(--blanco);\r\n            padding: 40px 35px;\r\n            border-radius: 20px;\r\n            text-align: center;\r\n            box-shadow: 0 10px 30px rgba(3, 30, 53, 0.08);\r\n            border: 2px solid rgba(50, 88, 37, 0.1);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .result-item:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .result-percentage {\r\n            font-size: 3rem;\r\n            font-weight: 800;\r\n            color: var(--verde-principal);\r\n            margin-bottom: 15px;\r\n            display: block;\r\n        }\r\n\r\n        .result-text {\r\n            font-size: 1.1rem;\r\n            color: var(--gris-oscuro);\r\n            line-height: 1.5;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* Secci\u00f3n de llamado a la acci\u00f3n con dise\u00f1o diferente *\/\r\n        .cta-section {\r\n            background: linear-gradient(135deg, var(--azul-principal) 0%, #0a2a4a 100%);\r\n            padding: 100px 50px;\r\n            border-radius: 25px;\r\n            text-align: center;\r\n            color: var(--blanco);\r\n            margin: 80px 0;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .cta-pattern {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            opacity: 0.05;\r\n            background: \r\n                radial-gradient(circle at 30% 20%, var(--verde-claro) 0%, transparent 50%),\r\n                radial-gradient(circle at 70% 80%, var(--verde-claro) 0%, transparent 50%);\r\n        }\r\n\r\n        .cta-title {\r\n            font-size: 2.8rem;\r\n            font-weight: 800;\r\n            margin-bottom: 25px;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .cta-subtitle {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 50px;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            line-height: 1.6;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            background: var(--verde-principal);\r\n            color: var(--blanco);\r\n            padding: 18px 45px;\r\n            border-radius: 16px;\r\n            font-size: 1.2rem;\r\n            font-weight: 700;\r\n            text-decoration: none;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 8px 25px rgba(50, 88, 37, 0.3);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .cta-button:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 12px 30px rgba(50, 88, 37, 0.4);\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 1024px) {\r\n            .hero-title {\r\n                font-size: 2.8rem;\r\n            }\r\n            \r\n            .panel-title {\r\n                font-size: 2.2rem;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .container {\r\n                padding: 0 20px;\r\n            }\r\n\r\n            .hero-section {\r\n                padding: 80px 0 60px;\r\n            }\r\n\r\n            .hero-title {\r\n                font-size: 2.2rem;\r\n            }\r\n\r\n            .certification-cards {\r\n                grid-template-columns: 1fr;\r\n                gap: 25px;\r\n            }\r\n\r\n            .features-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .results-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .cta-section {\r\n                padding: 80px 30px;\r\n            }\r\n            \r\n            .cta-title {\r\n                font-size: 2.2rem;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .hero-title {\r\n                font-size: 1.8rem;\r\n            }\r\n\r\n            .panel-title {\r\n                font-size: 1.8rem;\r\n            }\r\n\r\n            .feature-panel {\r\n                padding: 30px 25px;\r\n            }\r\n            \r\n            .cta-title {\r\n                font-size: 1.8rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section con dise\u00f1o diferente -->\r\n    <section class=\"hero-section\">\r\n        <div class=\"hero-pattern\"><\/div>\r\n        <div class=\"hero-content\">\r\n            <div class=\"certification-badge\">\r\n                <span>\ud83c\udfc5<\/span> Est\u00e1ndares de Alta Integridad\r\n            <\/div>\r\n            <h1 class=\"hero-title\">\r\n                <span class=\"hero-title-main\">ICVCM and WBCSD<\/span>\r\n                <span class=\"hero-title-accent\">Guaranteeing Integrity and Value in Every Credit<\/span>\r\n            <\/h1>\r\n            <p class=\"hero-subtitle\">\r\n                At Zero Carbon, we don't just develop carbon projects; we build high-integrity climate assets that meet the most rigorous market standards. Our adherence to the ICVCM principles and our strategic focus on WBCSD buyers reflect our commitment to transparency, quality, and real impact.\r\n            <\/p>\r\n            \r\n            <div class=\"certification-cards\">\r\n                <div class=\"cert-card\">\r\n                    <div class=\"cert-icon\">\ud83d\udee1\ufe0f<\/div>\r\n                    <h3 class=\"cert-name\">ICVCM<\/h3>\r\n                    <p class=\"cert-desc\">Integrity Council for the Voluntary Carbon Market<\/p>\r\n                <\/div>\r\n                <div class=\"cert-card\">\r\n                    <div class=\"cert-icon\">\ud83c\udf0d<\/div>\r\n                    <h3 class=\"cert-name\">WBCSD<\/h3>\r\n                    <p class=\"cert-desc\">World Business Council for Sustainable Development<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contenido principal -->\r\n    <div class=\"container\">\r\n        <!-- Secci\u00f3n ICVCM -->\r\n        <section class=\"panel-section\">\r\n            <div class=\"panel-header\">\r\n                <div class=\"panel-badge\">Quality Seal<\/div>\r\n                <h2 class=\"panel-title\">ICVCM: The Seal of High Integrity<\/h2>\r\n                <p class=\"panel-subtitle\">The WBCSD is the global network of leading companies driving the transition to sustainability. Our focus on these specialized buyers allows us to:<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-panel\">\r\n                    <div class=\"feature-header\">\r\n                        <div class=\"feature-icon-wrapper\">\r\n                            <div class=\"feature-icon\">\u2705<\/div>\r\n                        <\/div>\r\n                        <h3 class=\"feature-title\">Fundamental Principles<\/h3>\r\n                    <\/div>\r\n                    <ul class=\"feature-list\">\r\n                        <li>It represents a real and additional reduction in emissions.<\/li>\r\n                        <li>Meets permanence criteria and prevents carbon leakage.<\/li>\r\n                        <li>It incorporates social and environmental safeguards that protect communities and ecosystems.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-panel\">\r\n                    <div class=\"feature-header\">\r\n                        <div class=\"feature-icon-wrapper\">\r\n                            <div class=\"feature-icon\">\ud83d\udcb0<\/div>\r\n                        <\/div>\r\n                        <h3 class=\"feature-title\">Advantages for your project<\/h3>\r\n                    <\/div>\r\n                    <ul class=\"feature-list\">\r\n                        <li>Premium valuation: ICVCM credits fetch prices up to 30% higher than in international markets.<\/li>\r\n                        <li>Proven trust: They attract demanding corporate buyers ( e.g. , S&amp;P 500 companies).<\/li>\r\n                        <li>Future- proof : They align with the global regulatory evolution towards more transparent markets.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Secci\u00f3n WBCSD -->\r\n        <section class=\"panel-section\">\r\n            <div class=\"panel-header\">\r\n                <div class=\"panel-badge\">Global Alliances<\/div>\r\n                <h2 class=\"panel-title\">WBCSD: Expanding Impact and Reach<\/h2>\r\n                <p class=\"panel-subtitle\">The WBCSD is the global network of leading companies driving the transition to sustainability. Our collaboration with them enables:\r\n<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-panel\">\r\n                    <div class=\"feature-header\">\r\n                        <div class=\"feature-icon-wrapper\">\r\n                            <div class=\"feature-icon\">\ud83e\udd1d<\/div>\r\n                        <\/div>\r\n                        <h3 class=\"feature-title\">Our collaboration allows<\/h3>\r\n                    <\/div>\r\n                    <ul class=\"feature-list\">\r\n                        <li>Connecting with world-class buyers: WBCSD member companies seek credits with clear co-benefits (SDGs, natural capital)<\/li>\r\n                        <li>Advanced methodologies: Access to tools to measure comprehensive impact ( e.g. biodiversity + carbon + water).<\/li>\r\n                        <li>Scalability: Opportunities to replicate successful projects across multiple regions.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-panel\">\r\n                    <div class=\"feature-header\">\r\n                        <div class=\"feature-icon-wrapper\">\r\n                            <div class=\"feature-icon\">\ud83d\ude80<\/div>\r\n                        <\/div>\r\n                        <h3 class=\"feature-title\">Advantages for your project<\/h3>\r\n                    <\/div>\r\n                    <ul class=\"feature-list\">\r\n                        <li>Global visibility: Positioning on platforms such as Natural Climate Solutions Hub .<\/li>\r\n                        <li>Strategic alliances: Links with companies that finance projects from the early stages.<\/li>\r\n                        <li>Constant innovation: Participation in working groups on carbon pricing and taxonomies.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Resultados Concretos -->\r\n        <section class=\"results-section\">\r\n            <div class=\"container\">\r\n                <div class=\"panel-header\">\r\n                    <div class=\"panel-badge\">Measurable Results<\/div>\r\n                    <h2 class=\"panel-title\">Concrete Results in Zero Carbon Projects<\/h2>\r\n                <\/div>\r\n                \r\n                <div class=\"results-grid\">\r\n                    <div class=\"result-item\">\r\n                        <span class=\"result-percentage\">40%<\/span>\r\n                        <div class=\"result-text\">Accelerated Certification: Projects designed under ICVCM standards reduce validation time by 40%.<\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"result-item\">\r\n                        <span class=\"result-percentage\">Prioridad<\/span>\r\n                        <div class=\"result-text\">Preferential marketing: Credits with double guarantees (ICVCM + WBCSD) have priority in broker and fund portfolios.\r\n<\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"result-item\">\r\n                        <span class=\"result-percentage\">\u2713<\/span>\r\n                        <div class=\"result-text\">Verifiable Impact: Reports aligned with ESG Global and SDG Impact Standards .<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Llamado a la acci\u00f3n -->\r\n        <section class=\"cta-section\">\r\n            <div class=\"cta-pattern\"><\/div>\r\n            <h2 class=\"cta-title\">Looking for Credits with the Highest Level of Integrity?<\/h2>\r\n            <p class=\"cta-subtitle\">\r\n                Our projects don't just capture carbon: they build trust, lasting value, and positive legacies.\r\n            <\/p>\r\n       \r\n        <\/section>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ICVCM &#038; WBCSD &#8211; Zero Carbono \ud83c\udfc5 Est\u00e1ndares de Alta Integridad ICVCM y WBCSD: Garant\u00eda de Integridad y Valor en Cada Cr\u00e9dito En Zero Carbono, no solo desarrollamos proyectos de carbono; construimos activos clim\u00e1ticos de Alta Integridad que cumplen con los est\u00e1ndares m\u00e1s rigurosos del mercado. Nuestra adhesi\u00f3n a los principios del ICVCM y nuestro [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-100","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/comments?post=100"}],"version-history":[{"count":28,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages\/100\/revisions"}],"predecessor-version":[{"id":1456,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages\/100\/revisions\/1456"}],"wp:attachment":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/media?parent=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}