{"id":1333,"date":"2026-04-20T08:05:51","date_gmt":"2026-04-20T08:05:51","guid":{"rendered":"https:\/\/thefiniteearth.org\/?page_id=1333"},"modified":"2026-04-30T12:27:37","modified_gmt":"2026-04-30T12:27:37","slug":"testing","status":"publish","type":"page","link":"https:\/\/thefiniteearth.org\/hindi\/testing\/","title":{"rendered":"Testing"},"content":{"rendered":"<p>  <!-- Scoped CSS inside a noscript-safe div -->    <!-- Section header -->      <\/p>\n<p style=\"font-size:11px; font-weight:500; letter-spacing:3px; text-transform:uppercase; color:#5b9bd5; margin:0 0 10px 0;\">Your journey<\/p>\n<h2 style=\"font-family:'Playfair Display',Georgia,serif; font-size:clamp(26px,3.5vw,38px); font-weight:600; font-style:italic; color:#ffffff; line-height:1.2; margin:0 0 12px 0;\">How to use the portal<\/h2>\n<p style=\"font-size:15px; font-weight:300; color:rgba(255,255,255,0.82); max-width:520px; margin:0 auto; line-height:1.7;\">Five simple steps \u2014 takes less than 2 minutes to begin.<\/p>\n<p>    <!-- Steps container -->      <!-- Vertical line rendered via JS below -->    <!-- STEP 1 -->          1                        <\/p>\n<p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Take the pledge<\/p>\n<p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Take the Finite Living Pledge to begin your journey of living within Earth&#8217;s limits. It is a simple commitment to reduce unnecessary consumption, starting with one practical step. This is where awareness turns into action.<\/p>\n<p>                                                                                                                          PLEDGE                                <!-- STEP 2 -->          2                        <\/p>\n<p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Get your FEM&#8217;Us code<\/p>\n<p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Once you take the pledge, you receive a unique FEM&#8217;Us code. This becomes your identity in the movement and allows you to track how many people you inspire to join.<\/p>\n<p>                                                                                                                                                                                                  YOUR CODE                                <!-- STEP 3 -->          3                        <\/p>\n<p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Invite others<\/p>\n<p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Share your FEM&#8217;Us code and link with friends, family, and your network. Every person who joins through you becomes part of your circle, helping grow a collective movement for climate action.<\/p>\n<p>                                                                                                                                                                                      INVITE                                <!-- STEP 4 -->          4                        <\/p>\n<p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Track your impact<\/p>\n<p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">As your network grows, you can see the real impact of your actions \u2014 how much water, carbon emissions, and chemicals are being saved through your efforts and your circle.<\/p>\n<p>                                                                                                                          IMPACT                                <!-- STEP 5 -->          5                        <\/p>\n<p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Get your certificate<\/p>\n<p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Receive a Climate Correction Certificate as a mark of your commitment and contribution. It reflects not just your pledge, but the impact you are creating through others.<\/p>\n<p>                                                                                                              CERTIFICATE                              <!-- \/.fps-steps -->  <!-- Mobile responsive styles injected via JS (Thrive-safe method) -->  [tcb-script]  (function(){    \/\/ Inject CSS via JS so Thrive can&#8217;t strip it    var css = [      &#8216;#fpsRoot * { box-sizing: border-box; }&#8217;,      &#8216;@media (max-width: 600px) {&#8216;,      &#8216;  .fps-step { grid-template-columns: 48px 1fr !important; gap: 0 12px !important; }&#8217;,      &#8216;  .fps-step &gt; div:first-child { width: 48px !important; height: 48px !important; font-size: 16px !important; }&#8217;,      &#8216;  .fps-step .fps-card-grid { grid-template-columns: 1fr !important; }&#8217;,      &#8216;}&#8217;    ].join(&#8221;);    var el = document.createElement(&#8216;style&#8217;);    el.textContent = css;    document.head.appendChild(el);    \/\/ Apply mobile layout directly via JS for max compatibility    function applyMobile() {      var isMobile = window.innerWidth &lt;= 600;      var steps = document.querySelectorAll(&#8216;.fps-step&#8217;);      steps.forEach(function(step) {        if (isMobile) {          step.style.gridTemplateColumns = &#8217;48px 1fr&#8217;;          step.style.gap = &#8216;0 12px&#8217;;          var bubble = step.querySelector(&#8216;div:first-child&#8217;);          if (bubble) { bubble.style.width = &#8217;48px&#8217;; bubble.style.height = &#8217;48px&#8217;; bubble.style.fontSize = &#8217;16px&#8217;; }          var card = step.querySelector(&#8216;div:nth-child(2)&#8217;);          if (card) {            card.style.gridTemplateColumns = &#8216;1fr&#8217;;            var illus = card.querySelector(&#8216;div:last-child&#8217;);            if (illus) {              illus.style.width = &#8216;100%&#8217;;              illus.style.borderLeft = &#8216;none&#8217;;              illus.style.borderTop = &#8216;1px solid rgba(255,255,255,0.09)&#8217;;              illus.style.minHeight = &#8217;90px&#8217;;            }          }        } else {          step.style.gridTemplateColumns = &#8217;64px 1fr&#8217;;          step.style.gap = &#8216;0 20px&#8217;;          var bubble = step.querySelector(&#8216;div:first-child&#8217;);          if (bubble) { bubble.style.width = &#8217;64px&#8217;; bubble.style.height = &#8217;64px&#8217;; bubble.style.fontSize = &#8217;22px&#8217;; }          var card = step.querySelector(&#8216;div:nth-child(2)&#8217;);          if (card) {            card.style.gridTemplateColumns = &#8216;1fr 150px&#8217;;            var illus = card.querySelector(&#8216;div:last-child&#8217;);            if (illus) {              illus.style.width = &#8216;150px&#8217;;              illus.style.borderLeft = &#8216;1px solid rgba(255,255,255,0.09)&#8217;;              illus.style.borderTop = &#8216;none&#8217;;            }          }        }      });    }    applyMobile();    window.addEventListener(&#8216;resize&#8217;, applyMobile);  })();  [\/tcb-script]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Your journey How to use the portal Five simple steps \u2014 takes less than 2 minutes to begin. 1 Take the pledge Take the Finite Living Pledge to begin your journey of living within Earth&#8217;s limits. It is a simple commitment to reduce unnecessary consumption, starting with one practical step. This is where awareness turns [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","tve_updated_post":"<div class=\"thrv_wrapper thrv_custom_html_shortcode\" style=\"\" data-css=\"tve-u-69e5dd6367aff1\"><link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&amp;family=DM+Sans:wght@300;400;500;600&amp;display=swap\" rel=\"stylesheet\">\n\n<div id=\"fpsRoot\" style=\"\n  font-family: 'DM Sans', sans-serif;\n  background: #0d1117;\n  color: #ffffff;\n  padding: 48px 20px 56px;\n  box-sizing: border-box;\n  width: 100%;\n\">\n\n  <!-- Scoped CSS inside a noscript-safe div -->\n  <div id=\"fpsStyleHolder\"><\/div>\n\n  <!-- Section header -->\n  <div style=\"text-align:center; margin-bottom:44px;\">\n    <p style=\"font-size:11px; font-weight:500; letter-spacing:3px; text-transform:uppercase; color:#5b9bd5; margin:0 0 10px 0;\">Your journey<\/p>\n    <h2 style=\"font-family:'Playfair Display',Georgia,serif; font-size:clamp(26px,3.5vw,38px); font-weight:600; font-style:italic; color:#ffffff; line-height:1.2; margin:0 0 12px 0;\">How to use the portal<\/h2>\n    <p style=\"font-size:15px; font-weight:300; color:rgba(255,255,255,0.82); max-width:520px; margin:0 auto; line-height:1.7;\">Five simple steps \u2014 takes less than 2 minutes to begin.<\/p>\n  <\/div>\n\n  <!-- Steps container -->\n  <div id=\"fpsSteps\" style=\"max-width:860px; margin:0 auto; display:flex; flex-direction:column; gap:0; position:relative;\">\n\n    <!-- Vertical line rendered via JS below -->\n\n    <!-- STEP 1 -->\n    <div class=\"fps-step\" style=\"display:grid; grid-template-columns:64px 1fr; gap:0 20px; position:relative; z-index:1; padding:6px 0; box-sizing:border-box;\">\n      <div style=\"width:64px; height:64px; border-radius:50%; background:rgba(212,168,83,0.18); border:2px solid rgba(212,168,83,0.38); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:600; color:#d4a853; position:relative; z-index:2; box-sizing:border-box;\">1<\/div>\n      <div style=\"background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.09); border-radius:20px; overflow:hidden; display:grid; grid-template-columns:1fr 150px; align-items:center; margin-bottom:16px; box-sizing:border-box;\">\n        <div style=\"padding:22px 24px;\">\n          <p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Take the pledge<\/p>\n          <p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Take the Finite Living Pledge to begin your journey of living within Earth's limits. It is a simple commitment to reduce unnecessary consumption, starting with one practical step. This is where awareness turns into action.<\/p>\n        <\/div>\n        <div style=\"width:150px; height:100%; min-height:120px; background:rgba(255,255,255,0.03); border-left:1px solid rgba(255,255,255,0.09); display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:16px; box-sizing:border-box;\">\n          <svg style=\"width:100%; max-width:110px; height:auto;\" viewBox=\"0 0 120 110\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"60\" cy=\"40\" r=\"30\" fill=\"rgba(212,168,83,0.12)\" stroke=\"rgba(212,168,83,0.4)\" stroke-width=\"1.5\"><\/circle>\n            <rect x=\"42\" y=\"24\" width=\"36\" height=\"44\" rx=\"4\" fill=\"rgba(255,255,255,0.06)\" stroke=\"rgba(212,168,83,0.5)\" stroke-width=\"1.5\"><\/rect>\n            <line x1=\"50\" y1=\"34\" x2=\"70\" y2=\"34\" stroke=\"rgba(212,168,83,0.7)\" stroke-width=\"1.5\" stroke-linecap=\"round\"><\/line>\n            <line x1=\"50\" y1=\"41\" x2=\"70\" y2=\"41\" stroke=\"rgba(255,255,255,0.3)\" stroke-width=\"1.2\" stroke-linecap=\"round\"><\/line>\n            <line x1=\"50\" y1=\"47\" x2=\"62\" y2=\"47\" stroke=\"rgba(255,255,255,0.3)\" stroke-width=\"1.2\" stroke-linecap=\"round\"><\/line>\n            <circle cx=\"68\" cy=\"56\" r=\"8\" fill=\"rgba(91,155,213,0.25)\" stroke=\"rgba(91,155,213,0.7)\" stroke-width=\"1.5\"><\/circle>\n            <polyline points=\"64,56 67,59 73,53\" stroke=\"#5b9bd5\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"><\/polyline>\n            <text x=\"60\" y=\"102\" text-anchor=\"middle\" font-family=\"DM Sans,sans-serif\" font-size=\"9\" fill=\"rgba(212,168,83,0.75)\" letter-spacing=\"1\">PLEDGE<\/text>\n          <\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- STEP 2 -->\n    <div class=\"fps-step\" style=\"display:grid; grid-template-columns:64px 1fr; gap:0 20px; position:relative; z-index:1; padding:6px 0; box-sizing:border-box;\">\n      <div style=\"width:64px; height:64px; border-radius:50%; background:rgba(212,168,83,0.18); border:2px solid rgba(212,168,83,0.38); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:600; color:#d4a853; position:relative; z-index:2; box-sizing:border-box;\">2<\/div>\n      <div style=\"background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.09); border-radius:20px; overflow:hidden; display:grid; grid-template-columns:1fr 150px; align-items:center; margin-bottom:16px; box-sizing:border-box;\">\n        <div style=\"padding:22px 24px;\">\n          <p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Get your FEM'Us code<\/p>\n          <p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Once you take the pledge, you receive a unique FEM'Us code. This becomes your identity in the movement and allows you to track how many people you inspire to join.<\/p>\n        <\/div>\n        <div style=\"width:150px; height:100%; min-height:120px; background:rgba(255,255,255,0.03); border-left:1px solid rgba(255,255,255,0.09); display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:16px; box-sizing:border-box;\">\n          <svg style=\"width:100%; max-width:110px; height:auto;\" viewBox=\"0 0 120 110\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"60\" cy=\"44\" r=\"30\" fill=\"rgba(212,168,83,0.10)\" stroke=\"rgba(212,168,83,0.35)\" stroke-width=\"1.5\"><\/circle>\n            <rect x=\"36\" y=\"28\" width=\"48\" height=\"32\" rx=\"5\" fill=\"rgba(255,255,255,0.05)\" stroke=\"rgba(212,168,83,0.5)\" stroke-width=\"1.5\"><\/rect>\n            <circle cx=\"48\" cy=\"40\" r=\"7\" fill=\"rgba(91,155,213,0.25)\" stroke=\"rgba(91,155,213,0.6)\" stroke-width=\"1.2\"><\/circle>\n            <circle cx=\"48\" cy=\"38\" r=\"3\" fill=\"rgba(91,155,213,0.5)\"><\/circle>\n            <line x1=\"60\" y1=\"36\" x2=\"77\" y2=\"36\" stroke=\"rgba(212,168,83,0.7)\" stroke-width=\"1.5\" stroke-linecap=\"round\"><\/line>\n            <line x1=\"60\" y1=\"41\" x2=\"73\" y2=\"41\" stroke=\"rgba(255,255,255,0.3)\" stroke-width=\"1.2\" stroke-linecap=\"round\"><\/line>\n            <line x1=\"60\" y1=\"46\" x2=\"75\" y2=\"46\" stroke=\"rgba(255,255,255,0.3)\" stroke-width=\"1.2\" stroke-linecap=\"round\"><\/line>\n            <rect x=\"40\" y=\"64\" width=\"40\" height=\"12\" rx=\"3\" fill=\"rgba(255,255,255,0.04)\" stroke=\"rgba(212,168,83,0.4)\" stroke-width=\"1.2\"><\/rect>\n            <line x1=\"44\" y1=\"67\" x2=\"44\" y2=\"73\" stroke=\"rgba(212,168,83,0.8)\" stroke-width=\"1.5\"><\/line>\n            <line x1=\"50\" y1=\"67\" x2=\"50\" y2=\"73\" stroke=\"rgba(212,168,83,0.8)\" stroke-width=\"2\"><\/line>\n            <line x1=\"56\" y1=\"67\" x2=\"56\" y2=\"73\" stroke=\"rgba(212,168,83,0.8)\" stroke-width=\"1.5\"><\/line>\n            <line x1=\"62\" y1=\"67\" x2=\"62\" y2=\"73\" stroke=\"rgba(212,168,83,0.8)\" stroke-width=\"2\"><\/line>\n            <line x1=\"68\" y1=\"67\" x2=\"68\" y2=\"73\" stroke=\"rgba(212,168,83,0.8)\" stroke-width=\"1.5\"><\/line>\n            <text x=\"60\" y=\"102\" text-anchor=\"middle\" font-family=\"DM Sans,sans-serif\" font-size=\"9\" fill=\"rgba(212,168,83,0.75)\" letter-spacing=\"1\">YOUR CODE<\/text>\n          <\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- STEP 3 -->\n    <div class=\"fps-step\" style=\"display:grid; grid-template-columns:64px 1fr; gap:0 20px; position:relative; z-index:1; padding:6px 0; box-sizing:border-box;\">\n      <div style=\"width:64px; height:64px; border-radius:50%; background:rgba(212,168,83,0.18); border:2px solid rgba(212,168,83,0.38); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:600; color:#d4a853; position:relative; z-index:2; box-sizing:border-box;\">3<\/div>\n      <div style=\"background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.09); border-radius:20px; overflow:hidden; display:grid; grid-template-columns:1fr 150px; align-items:center; margin-bottom:16px; box-sizing:border-box;\">\n        <div style=\"padding:22px 24px;\">\n          <p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Invite others<\/p>\n          <p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Share your FEM'Us code and link with friends, family, and your network. Every person who joins through you becomes part of your circle, helping grow a collective movement for climate action.<\/p>\n        <\/div>\n        <div style=\"width:150px; height:100%; min-height:120px; background:rgba(255,255,255,0.03); border-left:1px solid rgba(255,255,255,0.09); display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:16px; box-sizing:border-box;\">\n          <svg style=\"width:100%; max-width:110px; height:auto;\" viewBox=\"0 0 120 110\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <line x1=\"60\" y1=\"38\" x2=\"36\" y2=\"62\" stroke=\"rgba(212,168,83,0.35)\" stroke-width=\"1.2\" stroke-dasharray=\"3 2\"><\/line>\n            <line x1=\"60\" y1=\"38\" x2=\"84\" y2=\"62\" stroke=\"rgba(212,168,83,0.35)\" stroke-width=\"1.2\" stroke-dasharray=\"3 2\"><\/line>\n            <line x1=\"60\" y1=\"38\" x2=\"60\" y2=\"66\" stroke=\"rgba(212,168,83,0.35)\" stroke-width=\"1.2\" stroke-dasharray=\"3 2\"><\/line>\n            <circle cx=\"60\" cy=\"34\" r=\"14\" fill=\"rgba(212,168,83,0.18)\" stroke=\"rgba(212,168,83,0.6)\" stroke-width=\"1.8\"><\/circle>\n            <circle cx=\"60\" cy=\"30\" r=\"5\" fill=\"rgba(212,168,83,0.6)\"><\/circle>\n            <path d=\"M51 44 Q60 38 69 44\" stroke=\"rgba(212,168,83,0.6)\" stroke-width=\"1.5\" fill=\"rgba(212,168,83,0.15)\" stroke-linecap=\"round\"><\/path>\n            <circle cx=\"36\" cy=\"66\" r=\"10\" fill=\"rgba(91,155,213,0.18)\" stroke=\"rgba(91,155,213,0.5)\" stroke-width=\"1.5\"><\/circle>\n            <circle cx=\"36\" cy=\"63\" r=\"3.5\" fill=\"rgba(91,155,213,0.5)\"><\/circle>\n            <circle cx=\"60\" cy=\"70\" r=\"10\" fill=\"rgba(91,155,213,0.18)\" stroke=\"rgba(91,155,213,0.5)\" stroke-width=\"1.5\"><\/circle>\n            <circle cx=\"60\" cy=\"67\" r=\"3.5\" fill=\"rgba(91,155,213,0.5)\"><\/circle>\n            <circle cx=\"84\" cy=\"66\" r=\"10\" fill=\"rgba(91,155,213,0.18)\" stroke=\"rgba(91,155,213,0.5)\" stroke-width=\"1.5\"><\/circle>\n            <circle cx=\"84\" cy=\"63\" r=\"3.5\" fill=\"rgba(91,155,213,0.5)\"><\/circle>\n            <text x=\"60\" y=\"102\" text-anchor=\"middle\" font-family=\"DM Sans,sans-serif\" font-size=\"9\" fill=\"rgba(212,168,83,0.75)\" letter-spacing=\"1\">INVITE<\/text>\n          <\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- STEP 4 -->\n    <div class=\"fps-step\" style=\"display:grid; grid-template-columns:64px 1fr; gap:0 20px; position:relative; z-index:1; padding:6px 0; box-sizing:border-box;\">\n      <div style=\"width:64px; height:64px; border-radius:50%; background:rgba(212,168,83,0.18); border:2px solid rgba(212,168,83,0.38); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:600; color:#d4a853; position:relative; z-index:2; box-sizing:border-box;\">4<\/div>\n      <div style=\"background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.09); border-radius:20px; overflow:hidden; display:grid; grid-template-columns:1fr 150px; align-items:center; margin-bottom:16px; box-sizing:border-box;\">\n        <div style=\"padding:22px 24px;\">\n          <p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Track your impact<\/p>\n          <p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">As your network grows, you can see the real impact of your actions \u2014 how much water, carbon emissions, and chemicals are being saved through your efforts and your circle.<\/p>\n        <\/div>\n        <div style=\"width:150px; height:100%; min-height:120px; background:rgba(255,255,255,0.03); border-left:1px solid rgba(255,255,255,0.09); display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:16px; box-sizing:border-box;\">\n          <svg style=\"width:100%; max-width:110px; height:auto;\" viewBox=\"0 0 120 110\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"60\" cy=\"44\" r=\"30\" fill=\"rgba(91,155,213,0.08)\" stroke=\"rgba(91,155,213,0.25)\" stroke-width=\"1.2\"><\/circle>\n            <line x1=\"34\" y1=\"62\" x2=\"86\" y2=\"62\" stroke=\"rgba(255,255,255,0.2)\" stroke-width=\"1.2\" stroke-linecap=\"round\"><\/line>\n            <line x1=\"34\" y1=\"62\" x2=\"34\" y2=\"26\" stroke=\"rgba(255,255,255,0.2)\" stroke-width=\"1.2\" stroke-linecap=\"round\"><\/line>\n            <rect x=\"39\" y=\"50\" width=\"9\" height=\"12\" rx=\"2\" fill=\"rgba(91,155,213,0.45)\" stroke=\"rgba(91,155,213,0.7)\" stroke-width=\"1\"><\/rect>\n            <rect x=\"52\" y=\"42\" width=\"9\" height=\"20\" rx=\"2\" fill=\"rgba(91,155,213,0.55)\" stroke=\"rgba(91,155,213,0.8)\" stroke-width=\"1\"><\/rect>\n            <rect x=\"65\" y=\"32\" width=\"9\" height=\"30\" rx=\"2\" fill=\"rgba(212,168,83,0.6)\" stroke=\"rgba(212,168,83,0.9)\" stroke-width=\"1\"><\/rect>\n            <polyline points=\"43,50 56,41 70,30\" stroke=\"rgba(212,168,83,0.8)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\" stroke-dasharray=\"2 2\"><\/polyline>\n            <text x=\"60\" y=\"102\" text-anchor=\"middle\" font-family=\"DM Sans,sans-serif\" font-size=\"9\" fill=\"rgba(212,168,83,0.75)\" letter-spacing=\"1\">IMPACT<\/text>\n          <\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- STEP 5 -->\n    <div class=\"fps-step\" style=\"display:grid; grid-template-columns:64px 1fr; gap:0 20px; position:relative; z-index:1; padding:6px 0; box-sizing:border-box;\">\n      <div style=\"width:64px; height:64px; border-radius:50%; background:rgba(212,168,83,0.18); border:2px solid rgba(212,168,83,0.38); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:600; color:#d4a853; position:relative; z-index:2; box-sizing:border-box;\">5<\/div>\n      <div style=\"background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.09); border-radius:20px; overflow:hidden; display:grid; grid-template-columns:1fr 150px; align-items:center; margin-bottom:16px; box-sizing:border-box;\">\n        <div style=\"padding:22px 24px;\">\n          <p style=\"font-size:16px; font-weight:600; color:#ffffff; margin:0 0 7px 0; letter-spacing:0.1px;\">Get your certificate<\/p>\n          <p style=\"font-size:13.5px; font-weight:300; color:rgba(255,255,255,0.82); line-height:1.7; margin:0;\">Receive a Climate Correction Certificate as a mark of your commitment and contribution. It reflects not just your pledge, but the impact you are creating through others.<\/p>\n        <\/div>\n        <div style=\"width:150px; height:100%; min-height:120px; background:rgba(255,255,255,0.03); border-left:1px solid rgba(255,255,255,0.09); display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:16px; box-sizing:border-box;\">\n          <svg style=\"width:100%; max-width:110px; height:auto;\" viewBox=\"0 0 120 110\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"30\" y=\"22\" width=\"60\" height=\"48\" rx=\"5\" fill=\"rgba(255,255,255,0.05)\" stroke=\"rgba(212,168,83,0.5)\" stroke-width=\"1.5\"><\/rect>\n            <rect x=\"30\" y=\"22\" width=\"60\" height=\"8\" rx=\"5\" fill=\"rgba(212,168,83,0.18)\" stroke=\"rgba(212,168,83,0.5)\" stroke-width=\"1.5\"><\/rect>\n            <circle cx=\"60\" cy=\"50\" r=\"12\" fill=\"rgba(212,168,83,0.15)\" stroke=\"rgba(212,168,83,0.6)\" stroke-width=\"1.5\"><\/circle>\n            <polygon points=\"60,41 62,47 68,47 63,51 65,57 60,53 55,57 57,51 52,47 58,47\" fill=\"rgba(212,168,83,0.7)\" stroke=\"rgba(212,168,83,0.9)\" stroke-width=\"0.5\"><\/polygon>\n            <line x1=\"40\" y1=\"68\" x2=\"80\" y2=\"68\" stroke=\"rgba(255,255,255,0.15)\" stroke-width=\"1\" stroke-linecap=\"round\"><\/line>\n            <path d=\"M50 70 L55 82 L60 77 L65 82 L70 70\" fill=\"none\" stroke=\"rgba(91,155,213,0.6)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path>\n            <text x=\"60\" y=\"102\" text-anchor=\"middle\" font-family=\"DM Sans,sans-serif\" font-size=\"9\" fill=\"rgba(212,168,83,0.75)\" letter-spacing=\"1\">CERTIFICATE<\/text>\n          <\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div><!-- \/.fps-steps -->\n\n  <!-- Mobile responsive styles injected via JS (Thrive-safe method) -->\n  <code class=\"tve_js_placeholder\">[tcb-script]\n  (function(){\n    \/\/ Inject CSS via JS so Thrive can't strip it\n    var css = [\n      '#fpsRoot * { box-sizing: border-box; }',\n      '@media (max-width: 600px) {',\n      '  .fps-step { grid-template-columns: 48px 1fr !important; gap: 0 12px !important; }',\n      '  .fps-step &gt; div:first-child { width: 48px !important; height: 48px !important; font-size: 16px !important; }',\n      '  .fps-step .fps-card-grid { grid-template-columns: 1fr !important; }',\n      '}'\n    ].join('');\n    var el = document.createElement('style');\n    el.textContent = css;\n    document.head.appendChild(el);\n\n    \/\/ Apply mobile layout directly via JS for max compatibility\n    function applyMobile() {\n      var isMobile = window.innerWidth &lt;= 600;\n      var steps = document.querySelectorAll('.fps-step');\n      steps.forEach(function(step) {\n        if (isMobile) {\n          step.style.gridTemplateColumns = '48px 1fr';\n          step.style.gap = '0 12px';\n          var bubble = step.querySelector('div:first-child');\n          if (bubble) { bubble.style.width = '48px'; bubble.style.height = '48px'; bubble.style.fontSize = '16px'; }\n          var card = step.querySelector('div:nth-child(2)');\n          if (card) {\n            card.style.gridTemplateColumns = '1fr';\n            var illus = card.querySelector('div:last-child');\n            if (illus) {\n              illus.style.width = '100%';\n              illus.style.borderLeft = 'none';\n              illus.style.borderTop = '1px solid rgba(255,255,255,0.09)';\n              illus.style.minHeight = '90px';\n            }\n          }\n        } else {\n          step.style.gridTemplateColumns = '64px 1fr';\n          step.style.gap = '0 20px';\n          var bubble = step.querySelector('div:first-child');\n          if (bubble) { bubble.style.width = '64px'; bubble.style.height = '64px'; bubble.style.fontSize = '22px'; }\n          var card = step.querySelector('div:nth-child(2)');\n          if (card) {\n            card.style.gridTemplateColumns = '1fr 150px';\n            var illus = card.querySelector('div:last-child');\n            if (illus) {\n              illus.style.width = '150px';\n              illus.style.borderLeft = '1px solid rgba(255,255,255,0.09)';\n              illus.style.borderTop = 'none';\n            }\n          }\n        }\n      });\n    }\n    applyMobile();\n    window.addEventListener('resize', applyMobile);\n  })();\n  [\/tcb-script]<\/code>\n\n<\/div><\/div>","tve_custom_css":"@media (min-width: 300px){[data-css=\"tve-u-69e5dd6367aff1\"] { --tve-alignment: center; float: none; margin-right: 20px !important; margin-left: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-69e5dd6367aff1\"] { --tve-alignment: center; float: none; margin-right: 297px !important; padding-right: 87px !important; margin-left: 30px !important; margin-bottom: 14px !important; padding-left: 349px !important; }}","tve_user_custom_css":"","tve_globals":{"e":"1","font_cls":[]},"tcb2_ready":1,"tcb_editor_enabled":1,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"class_list":["post-1333","page","type-page","status-publish","hentry","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/pages\/1333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/comments?post=1333"}],"version-history":[{"count":115,"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/pages\/1333\/revisions"}],"predecessor-version":[{"id":1564,"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/pages\/1333\/revisions\/1564"}],"wp:attachment":[{"href":"https:\/\/thefiniteearth.org\/hindi\/wp-json\/wp\/v2\/media?parent=1333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}