{"id":15,"date":"2026-01-22T04:31:39","date_gmt":"2026-01-22T04:31:39","guid":{"rendered":"https:\/\/www.renovacodetherapeutics.com\/start\/?page_id=15"},"modified":"2026-03-08T15:27:43","modified_gmt":"2026-03-08T15:27:43","slug":"our-philosophy","status":"publish","type":"page","link":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/","title":{"rendered":"Our Philosophy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\">\n\t\t\t\t<div class=\"elementor-element elementor-element-500c8b4 e-flex e-con-boxed e-con e-parent\" data-id=\"500c8b4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d19316e elementor-widget elementor-widget-html\" data-id=\"d19316e\" data-element_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> Our Principles.<\/title>\r\n\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        :root {\r\n            --accent: #2563eb;\r\n            --accent-dim: #1e40af;\r\n            --bg: #000000;\r\n            --text: #ffffff;\r\n            --text-muted: #a0a0a0;\r\n            --border: rgba(255, 255, 255, 0.15);\r\n        }\r\n\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n        body {\r\n            background: radial-gradient(circle at top, #050b14 0%, #000000 80%);\r\n            color: var(--text);\r\n            font-family: 'Montserrat', sans-serif;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        #particles-js {\r\n            position: fixed; top: 0; left: 0; width: 100%; height: 100%;\r\n            z-index: 1; opacity: 0.1; pointer-events: none;\r\n        }\r\n\r\n        .principles-container {\r\n            position: relative;\r\n            z-index: 10;\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            padding: 10vh 5%;\r\n            text-align: center;\r\n        }\r\n\r\n        .status-tag { \r\n            font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 500; \r\n            color: var(--accent); letter-spacing: 0.5em; margin-bottom: 20px; \r\n            text-transform: uppercase; display: block;\r\n        }\r\n\r\n        h1 {\r\n            font-family: 'Roboto', sans-serif; font-weight: 500;\r\n            font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: 1;\r\n            margin-bottom: 50px; letter-spacing: -2px; text-transform: uppercase;\r\n        }\r\n\r\n        .principle-card {\r\n            background: rgba(255, 255, 255, 0.02);\r\n            border: 1px solid var(--border);\r\n            margin-bottom: 15px;\r\n            text-align: left;\r\n            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\r\n            backdrop-filter: blur(10px);\r\n        }\r\n\r\n        .principle-card:hover {\r\n            border-color: rgba(37, 99, 235, 0.4);\r\n            background: rgba(37, 99, 235, 0.02);\r\n        }\r\n\r\n        .principle-header {\r\n            padding: 30px; cursor: pointer; display: flex;\r\n            justify-content: space-between; align-items: center; gap: 20px;\r\n        }\r\n\r\n        .principle-header h2 {\r\n            font-size: 1.1rem; font-weight: 600; letter-spacing: 1px;\r\n            text-transform: uppercase; color: #fff; transition: color 0.3s;\r\n        }\r\n\r\n        .principle-card:hover .principle-header h2 { color: var(--accent); }\r\n\r\n        \/* ICONO (+) FIX *\/\r\n        .icon-plus { width: 20px; height: 20px; position: relative; flex-shrink: 0; }\r\n        .icon-plus::before, .icon-plus::after {\r\n            content: ''; position: absolute; background: var(--accent);\r\n            top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.4s ease;\r\n        }\r\n        .icon-plus::before { width: 100%; height: 2px; }\r\n        .icon-plus::after { width: 2px; height: 100%; }\r\n\r\n        .principle-card.active { border-color: var(--accent); background: rgba(37, 99, 235, 0.05); }\r\n        .principle-card.active .icon-plus::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }\r\n        .principle-card.active .icon-plus::before { transform: translate(-50%, -50%) rotate(180deg); }\r\n\r\n        .principle-content {\r\n            max-height: 0; overflow: hidden; padding: 0 30px;\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0;\r\n        }\r\n\r\n        .principle-card.active .principle-content { max-height: 600px; padding-bottom: 40px; opacity: 1; }\r\n\r\n        .principle-content p {\r\n            font-size: 1rem; line-height: 1.8; color: var(--text-muted);\r\n            font-weight: 300; max-width: 750px;\r\n        }\r\n\r\n        .lux-btn {\r\n            position: relative; background: rgba(255, 255, 255, 0.05);\r\n            backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.2);\r\n            color: #fff; padding: 18px 45px; font-family: 'Montserrat', sans-serif;\r\n            font-size: 0.7rem; font-weight: 600; text-transform: uppercase;\r\n            letter-spacing: 3px; cursor: pointer; transition: all 0.5s ease;\r\n            margin-top: 60px; display: inline-block; text-decoration: none;\r\n        }\r\n\r\n        .lux-btn:hover {\r\n            background: var(--accent); color: #fff; border-color: var(--accent);\r\n            box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);\r\n        }\r\n\r\n        \/* AJUSTES M\u00d3VIL *\/\r\n        @media (max-width: 600px) {\r\n            .principle-header { padding: 20px; }\r\n            .principle-header h2 { font-size: 0.9rem; }\r\n            h1 { font-size: 2.8rem; margin-bottom: 30px; }\r\n            .principle-content { padding: 0 20px; }\r\n            \r\n            \/* REDUCCI\u00d3N DE ESPACIO PARA EL BOT\u00d3N *\/\r\n            .lux-btn { margin-top: 30px; padding: 15px 35px; } \r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div id=\"particles-js\"><\/div>\r\n\r\n<div class=\"principles-container\">\r\n    <span class=\"status-tag\">Core Philosophy<\/span>\r\n    <h1>Our Principles.<\/h1>\r\n\r\n    <div class=\"principle-card\">\r\n        <div class=\"principle-header\">\r\n            <h2>01. Aging is a technical problem. And it can be solved.<\/h2>\r\n            <div class=\"icon-plus\"><\/div>\r\n        <\/div>\r\n        <div class=\"principle-content\">\r\n            <p>Aging is not a mystery, a natural law, or a philosophical inevitability. It is a biological process governed by a genetic program. And genetic programs can be reprogrammed.<br><br> We reject the narrative of inevitability.<br><br>Aging persists not because it is unsolvable, but because a therapy against it has not yet been developed. ICER exists to end this.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"principle-card\">\r\n        <div class=\"principle-header\">\r\n            <h2>02. Treating Aging Is a Moral Imperative.<\/h2>\r\n            <div class=\"icon-plus\"><\/div>\r\n        <\/div>\r\n        <div class=\"principle-content\">\r\n            <p>Every day, aging causes more deaths than any war, pandemic, or catastrophe.<br><br>In this context, if aging is a reversible phenomenon, taking action becomes a moral obligation, as it implies improving the quality of human life.<br><br>Curing aging is not playing God. It is a minimal ethical response to prevent human suffering.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"principle-card\">\r\n        <div class=\"principle-header\">\r\n            <h2>03. If there is no eternal youth for everyone, there will be none for anyone.<\/h2>\r\n            <div class=\"icon-plus\"><\/div>\r\n        <\/div>\r\n        <div class=\"principle-content\">\r\n            <p>A biologically immortal elite is incompatible with the survival of social order.<br><br>A world where longevity is monopolized by a small fraction of the population is a world structurally destined to collapse. Extreme asymmetry in life expectancy would destabilize economies, social systems, and collective trust.<br><br>Longevity technologies must be scalable, accessible, and universal.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"principle-card\">\r\n        <div class=\"principle-header\">\r\n            <h2>04. It Is Not Enough to Slow Aging. It Must Be Reversed.<\/h2>\r\n            <div class=\"icon-plus\"><\/div>\r\n        <\/div>\r\n        <div class=\"principle-content\">\r\n            <p>Prolonging health without prolonging life is a noble but insufficient goal.<br>Improving quality of life while accepting an unaltered biological outcome merely refines the decline.<br><br>ICER is not designed to turn back the biological clock. <strong>It is designed to turn it back.<\/strong><br><br>The ultimate goal is for each individual to be able to decide how long to live.\r\n            Not by chance. But by choice.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <a class=\"lux-btn\" href=\"\/start\/about-us\/\" rel=\"noopener\">\r\n      Learn about us\r\n    <\/a>\r\n<\/div>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/particles.js\/2.0.0\/particles.min.js\"><\/script>\r\n<script>\r\n    particlesJS(\"particles-js\", { \r\n        \"particles\": { \r\n            \"number\": { \"value\": 25 }, \"opacity\": { \"value\": 0.1 }, \r\n            \"size\": { \"value\": 1 }, \"line_linked\": { \"enable\": true, \"distance\": 150, \"opacity\": 0.05 }, \r\n            \"move\": { \"enable\": true, \"speed\": 0.4 } \r\n        } \r\n    });\r\n\r\n    document.querySelectorAll('.principle-header').forEach(header => {\r\n        header.addEventListener('click', () => {\r\n            const card = header.parentElement;\r\n            const isOpen = card.classList.contains('active');\r\n            document.querySelectorAll('.principle-card').forEach(c => c.classList.remove('active'));\r\n            if(!isOpen) card.classList.add('active');\r\n        });\r\n    });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Principles. Core Philosophy Our Principles. 01. Aging is a technical problem. And it can be solved. Aging is not a mystery, a natural law, or a philosophical inevitability. It is a biological process governed by a genetic program. And genetic programs can be reprogrammed. We reject the narrative of inevitability. Aging persists not because [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our Philosophy - RenovaCode Therapeutics<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Philosophy - RenovaCode Therapeutics\" \/>\n<meta property=\"og:description\" content=\"Our Principles. Core Philosophy Our Principles. 01. Aging is a technical problem. And it can be solved. Aging is not a mystery, a natural law, or a philosophical inevitability. It is a biological process governed by a genetic program. And genetic programs can be reprogrammed. We reject the narrative of inevitability. Aging persists not because [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/\" \/>\n<meta property=\"og:site_name\" content=\"RenovaCode Therapeutics\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-08T15:27:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/\",\"name\":\"Our Philosophy - RenovaCode Therapeutics\",\"isPartOf\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#website\"},\"datePublished\":\"2026-01-22T04:31:39+00:00\",\"dateModified\":\"2026-03-08T15:27:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.renovacodetherapeutics.com\/start\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Philosophy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#website\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/\",\"name\":\"RenovaCode Therapeutics\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.renovacodetherapeutics.com\/start\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#organization\",\"name\":\"RenovaCode Therapeutics\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png\",\"contentUrl\":\"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png\",\"width\":1121,\"height\":1121,\"caption\":\"RenovaCode Therapeutics\"},\"image\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our Philosophy - RenovaCode Therapeutics","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/","og_locale":"es_ES","og_type":"article","og_title":"Our Philosophy - RenovaCode Therapeutics","og_description":"Our Principles. Core Philosophy Our Principles. 01. Aging is a technical problem. And it can be solved. Aging is not a mystery, a natural law, or a philosophical inevitability. It is a biological process governed by a genetic program. And genetic programs can be reprogrammed. We reject the narrative of inevitability. Aging persists not because [&hellip;]","og_url":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/","og_site_name":"RenovaCode Therapeutics","article_modified_time":"2026-03-08T15:27:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/","url":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/","name":"Our Philosophy - RenovaCode Therapeutics","isPartOf":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#website"},"datePublished":"2026-01-22T04:31:39+00:00","dateModified":"2026-03-08T15:27:43+00:00","breadcrumb":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/our-philosophy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.renovacodetherapeutics.com\/start\/"},{"@type":"ListItem","position":2,"name":"Our Philosophy"}]},{"@type":"WebSite","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#website","url":"https:\/\/www.renovacodetherapeutics.com\/start\/","name":"RenovaCode Therapeutics","description":"","publisher":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.renovacodetherapeutics.com\/start\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#organization","name":"RenovaCode Therapeutics","url":"https:\/\/www.renovacodetherapeutics.com\/start\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/","url":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png","contentUrl":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png","width":1121,"height":1121,"caption":"RenovaCode Therapeutics"},"image":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":50,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":1404,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages\/15\/revisions\/1404"}],"wp:attachment":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}