{"id":1228,"date":"2025-08-17T12:34:01","date_gmt":"2025-08-17T12:34:01","guid":{"rendered":"https:\/\/theclearfolio.com\/india\/about\/"},"modified":"2025-08-18T09:00:38","modified_gmt":"2025-08-18T09:00:38","slug":"about","status":"publish","type":"page","link":"https:\/\/theclearfolio.com\/india\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1228\" class=\"elementor elementor-1228\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-05ba031 e-flex e-con-boxed e-con e-parent\" data-id=\"05ba031\" 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-1a95b04 elementor-widget elementor-widget-text-editor\" data-id=\"1a95b04\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Clearfolio \u2014 Clarity. Finally.<\/title>\n  <meta name=\"description\" content=\"Clearfolio brings clarity to investing with stories, visuals, and insights that feel personal.\" \/>\n  <style>\n    :root {\n      --fg: #000000;\n      --muted: #222222;\n      --hairline: rgba(0,0,0,0.08);\n      --accent: #00c46a;\n      --card-bg: #000000;\n      --cta-bg: #00c46a;\n      --maxw: 64rem;\n      --rhythm: clamp(18px, 1.2vw + 14px, 20px);\n    }\n    @media (prefers-color-scheme: dark) {\n      :root {\n        --fg: #f5f5f7;\n        --muted: #cccccc;\n        --hairline: rgba(255,255,255,0.12);\n        --card-bg: #1c1c1e;\n        --cta-bg: #00c46a;\n      }\n    }\n    html, body { height: 100%; background: #fff; }\n    * { box-sizing: border-box; }\n    body {\n      margin: 0;\n      font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Text\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--fg);\n      background: #fff;\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      letter-spacing: -0.005em;\n    }\n    main { display: block; }\n    .wrap {\n      max-width: var(--maxw);\n      margin: 0 auto;\n      padding: 0 min(6vw, 48px);\n    }\n    .hero {\n      position: relative;\n      padding-block: calc(var(--rhythm) * 3);\n    }\n    .eyebrow {\n      font-size: clamp(12px, 0.55rem + 0.5vw, 14px);\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      color: var(--muted);\n      margin-bottom: calc(var(--rhythm) * 1);\n    }\n    h1 {\n      margin: 0 0 calc(var(--rhythm) * 1.25) 0;\n      font-weight: 800;\n      font-size: clamp(44px, 6.8vw, 92px);\n      line-height: 1.05;\n      color: #000000;\n    }\n    .hero .accent-dot {\n      position: absolute;\n      top: clamp(40px, 6.2vw, 76px);\n      left: -24px;\n      width: 10px; height: 10px;\n      border-radius: 50%;\n      background: var(--accent);\n    }\n    p {\n      margin: 0 0 calc(var(--rhythm) * 1.25) 0;\n      font-size: clamp(18px, 1rem + 0.5vw, 22px);\n      line-height: 1.65;\n      color: #000000;\n    }\n    .lead {\n      font-size: clamp(20px, 1.2rem + 0.6vw, 26px);\n      line-height: 1.6;\n      font-weight: 500;\n      color: #000000;\n    }\n    .divider {\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--hairline), transparent);\n      margin: calc(var(--rhythm) * 2.5) 0;\n    }\n    .cards {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: calc(var(--rhythm) * 1.25);\n    }\n    @media (min-width: 760px) {\n      .cards { grid-template-columns: repeat(3, 1fr); }\n    }\n    .card {\n      border: 1px solid var(--hairline);\n      border-radius: 20px;\n      padding: calc(var(--rhythm) * 1.25);\n      background: var(--card-bg);\n      color: #ffffff;\n    }\n    .card h3 {\n      margin: 0 0 8px 0;\n      font-size: clamp(18px, 1rem + 0.4vw, 22px);\n      font-weight: 700;\n      color: #ffffff;\n    }\n    .card p { margin: 0; font-size: clamp(15px, 0.95rem, 18px); color: #ffffff; }\n\n    .cta {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      margin-top: calc(var(--rhythm) * 2);\n      padding: 14px 20px;\n      border-radius: 999px;\n      background: var(--cta-bg);\n      color: #fff;\n      border: none;\n      text-decoration: none;\n      font-weight: 600;\n      font-size: 16px;\n      transition: transform .2s ease, background .2s ease;\n    }\n    .cta:hover { transform: translateY(-2px); background: #00a857; }\n\n    footer {\n      margin-top: calc(var(--rhythm) * 5);\n      padding-top: calc(var(--rhythm) * 2);\n      border-top: 1px solid var(--hairline);\n      color: #222222;\n      font-size: clamp(12px, 0.75rem, 14px);\n    }\n\n    .reveal { opacity: 0; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease; }\n    .reveal.in { opacity: 1; transform: translateY(0); }\n    @media (prefers-reduced-motion: reduce) {\n      .reveal { opacity: 1; transform: none; }\n      .cta { transition: none; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <main>\n    <section class=\"wrap hero\">\n      <span class=\"eyebrow reveal\" data-animate>Introducing The Clearfolio<\/span>\n      <div class=\"accent-dot\" aria-hidden=\"true\"><\/div>\n      <h1 class=\"reveal\" data-animate>Clarity. Finally.<\/h1>\n      <p class=\"lead reveal\" data-animate style=\"transition-delay:.05s\">Because behind every portfolio is more than numbers \u2014 it\u2019s your future. Your dreams. Your story.<\/p>\n      <p class=\"reveal\" data-animate style=\"transition-delay:.1s\">Investing was never meant to feel like noise. Yet the world drowns us in headlines, numbers, and jargon. Confusion replaces confidence. Hesitation replaces action.<\/p>\n      <p class=\"reveal\" data-animate style=\"transition-delay:.15s\"><strong>Clearfolio changes that.<\/strong><\/p>\n      <p class=\"reveal\" data-animate style=\"transition-delay:.2s\">We cut through complexity with stories that make sense, visuals that speak louder than words, and insights that feel personal. No clutter. No guesswork. Just clarity that moves you forward.<\/p>\n      <div class=\"divider reveal\" data-animate style=\"transition-delay:.25s\"><\/div>\n      <div class=\"cards\">\n        <article class=\"card reveal\" data-animate>\n          <h3>For beginners, it\u2019s a guide.<\/h3>\n          <p>Simple explanations and visuals that build confidence from day one.<\/p>\n        <\/article>\n        <article class=\"card reveal\" data-animate style=\"transition-delay:.05s\">\n          <h3>For the curious, it\u2019s a compass.<\/h3>\n          <p>Cut through noise with clear narratives that make markets make sense.<\/p>\n        <\/article>\n        <article class=\"card reveal\" data-animate style=\"transition-delay:.1s\">\n          <h3>For the bold, it\u2019s an edge.<\/h3>\n          <p>Actionable insight, not clutter\u2014so you can move decisively.<\/p>\n        <\/article>\n      <\/div>\n      <a class=\"cta reveal\" data-animate style=\"transition-delay:.18s\" href=\"#\" aria-label=\"Discover Clearfolio\">\n        Explore Clearfolio\n        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 12h12m0 0-5-5m5 5-5 5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      <\/a>\n    <\/section>\n\n    <section class=\"wrap\">\n      <p class=\"lead reveal\" data-animate>Clearfolio is where that story becomes clear.<\/p>\n    <\/section>\n\n    <footer class=\"wrap\">\n      <span id=\"y\"><\/span> \n    <\/footer>\n  <\/main>\n\n  <script>\n    document.getElementById('y').textContent = new Date().getFullYear();\n    const io = ('IntersectionObserver' in window) ? new IntersectionObserver((entries) => {\n      entries.forEach(e => {\n        if (e.isIntersecting) {\n          e.target.classList.add('in');\n          io.unobserve(e.target);\n        }\n      });\n    }, { rootMargin: '0px 0px -10% 0px', threshold: 0.1 }) : null;\n\n    document.querySelectorAll('[data-animate]').forEach(el => {\n      el.classList.add('reveal');\n      if (io) io.observe(el);\n      else el.classList.add('in');\n    });\n  <\/script>\n<\/body>\n<\/html>\n\t\t\t\t\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>Clearfolio \u2014 Clarity. Finally. Introducing The Clearfolio Clarity. Finally. Because behind every portfolio is more than numbers \u2014 it\u2019s your future. Your dreams. Your story. Investing was never meant to feel like noise. Yet the world drowns us in headlines, numbers, and jargon. Confusion replaces confidence. Hesitation replaces action. Clearfolio changes that. We cut through [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1228","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"","author_link":"https:\/\/theclearfolio.com\/india\/blog\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"Clearfolio \u2014 Clarity. Finally. Introducing The Clearfolio Clarity. Finally. Because behind every portfolio is more than numbers \u2014 it\u2019s your future. Your dreams. Your story. Investing was never meant to feel like noise. Yet the world drowns us in headlines, numbers, and jargon. Confusion replaces confidence. Hesitation replaces action. Clearfolio changes that. We cut through&hellip;","_links":{"self":[{"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/pages\/1228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/comments?post=1228"}],"version-history":[{"count":62,"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/pages\/1228\/revisions"}],"predecessor-version":[{"id":2943,"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/pages\/1228\/revisions\/2943"}],"wp:attachment":[{"href":"https:\/\/theclearfolio.com\/india\/wp-json\/wp\/v2\/media?parent=1228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}