{"id":82,"date":"2026-05-19T13:28:44","date_gmt":"2026-05-19T13:28:44","guid":{"rendered":"https:\/\/cluetoself.com\/?page_id=82"},"modified":"2026-05-21T12:47:16","modified_gmt":"2026-05-21T12:47:16","slug":"a-real-example-transforming-perfectionism","status":"publish","type":"page","link":"https:\/\/cluetoself.com\/bg\/a-real-example-transforming-perfectionism\/","title":{"rendered":"\u0418\u0441\u0442\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0421\u0430\u0440\u0430"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"82\" class=\"elementor elementor-82\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3786571 e-flex e-con-boxed e-con e-parent\" data-id=\"3786571\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdaba13 elementor-widget elementor-widget-html\" data-id=\"fdaba13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\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.0\">\n    <title><\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary: #2a1810;\n            --secondary: #8b6f47;\n            --accent-light: #d4a574;\n            --accent-gold: #c9a961;\n            --text-dark: #1a1410;\n            --text-light: #f5ede5;\n            --bg-light: #faf8f4;\n            --border: #d4a574;\n            --success: #6b8e5a;\n            --warning: #b8860b;\n            --shadow-soft: 0 8px 32px rgba(42, 24, 16, 0.08);\n            --shadow-medium: 0 12px 48px rgba(42, 24, 16, 0.12);\n        }\n\n        body {\n            font-family: 'Georgia', 'Garamond', serif;\n            color: var(--text-dark);\n            background: linear-gradient(135deg, var(--bg-light) 0%, #f0e8de 100%);\n            line-height: 1.7;\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 60px 40px;\n        }\n\n        \/* Header Section *\/\n        header {\n            text-align: center;\n            margin-bottom: 60px;\n            animation: fadeInDown 0.8s ease-out;\n        }\n\n        h1 {\n            font-size: 3rem;\n            font-weight: 400;\n            letter-spacing: 2px;\n            margin-bottom: 15px;\n            color: var(--primary);\n            font-family: 'Playfair Display', serif;\n        }\n\n        .subtitle {\n            font-size: 1.2rem;\n            color: var(--secondary);\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n        }\n\n        .header-divider {\n            width: 80px;\n            height: 2px;\n            background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);\n            margin: 25px auto;\n        }\n\n        .intro-text {\n            font-size: 1.05rem;\n            color: var(--text-dark);\n            max-width: 900px;\n            margin: 35px auto;\n            line-height: 1.8;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease-out 0.2s forwards;\n        }\n\n        \/* Character Introduction *\/\n        .character-section {\n            background: white;\n            padding: 50px 40px;\n            border-radius: 4px;\n            box-shadow: var(--shadow-soft);\n            margin-bottom: 60px;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease-out 0.3s forwards;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .character-section h2 {\n            font-size: 2rem;\n            color: var(--primary);\n            margin-bottom: 25px;\n            font-family: 'Playfair Display', serif;\n        }\n\n        .character-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n\n        .character-item {\n            padding: 25px;\n            background: linear-gradient(135deg, rgba(212, 165, 116, 0.1), rgba(201, 169, 97, 0.05));\n            border-radius: 3px;\n            border-left: 3px solid var(--secondary);\n        }\n\n        .character-item h3 {\n            color: var(--secondary);\n            font-size: 1.1rem;\n            margin-bottom: 12px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 600;\n        }\n\n        .character-item p {\n            color: var(--text-dark);\n            line-height: 1.7;\n        }\n\n        \/* Journey Timeline *\/\n        .journey-timeline {\n            margin-top: 60px;\n        }\n\n        .journey-timeline h2 {\n            font-size: 2.2rem;\n            color: var(--primary);\n            margin-bottom: 50px;\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* Stage Card - Practical Example *\/\n        .stage-card-practical {\n            background: white;\n            border-radius: 4px;\n            padding: 45px;\n            margin-bottom: 35px;\n            box-shadow: var(--shadow-soft);\n            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            border-left: 5px solid var(--secondary);\n            position: relative;\n            overflow: hidden;\n            opacity: 0;\n            animation: slideUpFade 0.6s ease-out forwards;\n        }\n\n        .stage-card-practical:nth-child(1) { animation-delay: 0.2s; }\n        .stage-card-practical:nth-child(2) { animation-delay: 0.3s; }\n        .stage-card-practical:nth-child(3) { animation-delay: 0.4s; }\n        .stage-card-practical:nth-child(4) { animation-delay: 0.5s; }\n        .stage-card-practical:nth-child(5) { animation-delay: 0.6s; }\n        .stage-card-practical:nth-child(6) { animation-delay: 0.7s; }\n        .stage-card-practical:nth-child(7) { animation-delay: 0.8s; }\n        .stage-card-practical:nth-child(8) { animation-delay: 0.9s; }\n        .stage-card-practical:nth-child(9) { animation-delay: 1s; }\n        .stage-card-practical:nth-child(10) { animation-delay: 1.1s; }\n        .stage-card-practical:nth-child(11) { animation-delay: 1.2s; }\n        .stage-card-practical:nth-child(12) { animation-delay: 1.3s; }\n\n        .stage-card-practical::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(135deg, var(--accent-gold) 0%, transparent 100%);\n            opacity: 0;\n            transition: opacity 0.4s ease;\n        }\n\n        .stage-card-practical:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-medium);\n            border-left-color: var(--accent-gold);\n        }\n\n        .stage-card-practical:hover::before {\n            opacity: 0.03;\n        }\n\n        .stage-header-practical {\n            display: flex;\n            align-items: center;\n            margin-bottom: 25px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .stage-number-practical {\n            width: 50px;\n            height: 50px;\n            min-width: 50px;\n            background: linear-gradient(135deg, var(--secondary), var(--accent-gold));\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            margin-right: 20px;\n        }\n\n        .stage-title-practical {\n            flex: 1;\n        }\n\n        .stage-title-practical .original {\n            font-family: 'Courier New', monospace;\n            font-size: 0.8rem;\n            color: var(--secondary);\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            display: block;\n            margin-bottom: 5px;\n        }\n\n        .stage-title-practical h3 {\n            font-size: 1.6rem;\n            color: var(--primary);\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 3px;\n        }\n\n        .stage-title-practical .subtitle-practical {\n            font-size: 1rem;\n            color: var(--secondary);\n            font-style: italic;\n        }\n\n        .stage-content-practical {\n            position: relative;\n            z-index: 1;\n        }\n\n        .content-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 25px;\n        }\n\n        .content-box {\n            padding: 25px;\n            background: linear-gradient(135deg, rgba(212, 165, 116, 0.08), rgba(201, 169, 97, 0.04));\n            border-radius: 3px;\n            border-left: 3px solid var(--accent-gold);\n        }\n\n        .content-box h4 {\n            color: var(--primary);\n            font-size: 1.1rem;\n            margin-bottom: 12px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 600;\n        }\n\n        .content-box p {\n            color: var(--text-dark);\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .quote-box {\n            padding: 25px;\n            background: linear-gradient(135deg, rgba(107, 142, 90, 0.08), rgba(139, 111, 71, 0.04));\n            border-left: 4px solid var(--success);\n            border-radius: 3px;\n            font-style: italic;\n            color: var(--text-dark);\n            margin-top: 25px;\n        }\n\n        .quote-box strong {\n            display: block;\n            font-style: normal;\n            color: var(--primary);\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            letter-spacing: 1px;\n        }\n\n        \/* Summary Section *\/\n        .transformation-summary {\n            background: white;\n            padding: 50px 40px;\n            border-radius: 4px;\n            box-shadow: var(--shadow-soft);\n            margin-top: 80px;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease-out 2s forwards;\n        }\n\n        .transformation-summary h2 {\n            font-size: 2.2rem;\n            color: var(--primary);\n            margin-bottom: 40px;\n            font-family: 'Playfair Display', serif;\n            text-align: center;\n        }\n\n        .before-after {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 50px;\n        }\n\n        .before-after-box {\n            padding: 35px;\n            border-radius: 3px;\n        }\n\n        .before-after-box h3 {\n            font-size: 1.5rem;\n            margin-bottom: 25px;\n            font-family: 'Playfair Display', serif;\n        }\n\n        .before {\n            background: linear-gradient(135deg, rgba(184, 134, 11, 0.1), rgba(184, 134, 11, 0.05));\n            border-left: 4px solid var(--warning);\n        }\n\n        .before h3 {\n            color: #8b6914;\n        }\n\n        .after {\n            background: linear-gradient(135deg, rgba(107, 142, 90, 0.1), rgba(107, 142, 90, 0.05));\n            border-left: 4px solid var(--success);\n        }\n\n        .after h3 {\n            color: #5a6b4a;\n        }\n\n        .list-item {\n            display: flex;\n            margin-bottom: 18px;\n            align-items: flex-start;\n        }\n\n        .list-icon {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            font-weight: bold;\n            flex-shrink: 0;\n            font-size: 1.1rem;\n        }\n\n        .before .list-icon {\n            background: rgba(184, 134, 11, 0.2);\n            color: #8b6914;\n        }\n\n        .after .list-icon {\n            background: rgba(107, 142, 90, 0.2);\n            color: #5a6b4a;\n        }\n\n        .list-text {\n            color: var(--text-dark);\n            line-height: 1.6;\n        }\n\n        .timeline-visual {\n            background: linear-gradient(90deg, var(--warning), var(--secondary), var(--accent-gold), var(--success));\n            height: 6px;\n            border-radius: 3px;\n            margin: 50px 0;\n            position: relative;\n        }\n\n        .timeline-label {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 15px;\n            font-size: 0.9rem;\n            color: var(--secondary);\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Key Insights Section *\/\n        .key-insights {\n            background: linear-gradient(135deg, var(--accent-light), var(--accent-gold));\n            padding: 40px;\n            border-radius: 4px;\n            color: white;\n            margin-top: 50px;\n        }\n\n        .key-insights h3 {\n            font-size: 1.4rem;\n            margin-bottom: 20px;\n        }\n\n        .insights-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n\n        .insight-item {\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .insight-icon {\n            font-size: 1.8rem;\n            margin-right: 15px;\n            opacity: 0.9;\n        }\n\n        .insight-text {\n            line-height: 1.6;\n        }\n\n        \/* Footer *\/\n        footer {\n            text-align: center;\n            padding: 60px 40px;\n            color: var(--secondary);\n            font-size: 0.95rem;\n            margin-top: 40px;\n        }\n\n        .footer-divider {\n            width: 60px;\n            height: 1px;\n            background: var(--accent-gold);\n            margin: 20px auto;\n        }\n\n        .back-link {\n            display: inline-block;\n            margin-bottom: 40px;\n            color: var(--secondary);\n            text-decoration: none;\n            font-size: 0.95rem;\n            transition: color 0.3s ease;\n        }\n\n        .back-link:hover {\n            color: var(--accent-gold);\n        }\n\n        .back-link::before {\n            content: '\u2190 ';\n            margin-right: 5px;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInDown {\n            from {\n                opacity: 0;\n                transform: translateY(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes slideUpFade {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 40px 20px;\n            }\n\n            h1 {\n                font-size: 2.2rem;\n            }\n\n            .subtitle {\n                font-size: 1rem;\n            }\n\n            .character-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n\n            .content-row {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .stage-header-practical {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .stage-number-practical {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n\n            .stage-card-practical {\n                padding: 30px 20px;\n            }\n\n            .before-after {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n\n            .insights-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .transformation-summary {\n                padding: 30px 20px;\n            }\n        }\n\n        a {\n            color: var(--secondary);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        a:hover {\n            color: var(--accent-gold);\n            text-decoration: underline;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <a href=\"https:\/\/cluetoself.com\/bg\/calculator-2\/\" class=\"back-link\">Back to North Node Calculator<\/a>\n\n        <header>\n            <h1>From Perfectionism to Confident Action<\/h1>\n            <p class=\"subtitle\">A Real-Life Transformation Through All 13 Stages<\/p>\n            <div class=\"header-divider\"><\/div>\n            <p class=\"intro-text\">\n                One of the most common struggles people face is perfectionism paired with self-doubt. This prevents them from taking action, starting projects, and living authentically. Follow Sarah's journey through all 13 alchemical stages as she transforms from someone paralyzed by perfectionism into someone who takes bold, imperfect action and celebrates progress over perfection.\n            <\/p>\n        <\/header>\n\n        <div class=\"character-section\">\n            <h2>Meet Sarah: The Perfectionist<\/h2>\n            <div class=\"character-grid\">\n                <div class=\"character-item\">\n                    <h3>The Struggle<\/h3>\n                    <p>\n                        Sarah is a talented professional who has always believed that \"anything worth doing is worth doing perfectly.\" She's spent years waiting for the \"right moment\" to launch her freelance business, write her blog, or share her expertise. Fear of failure and perfectionism keep her stuck\u2014always planning, never executing. She watches others succeed while she remains on the sidelines, paralyzed by the thought that her work might not be good enough.\n                    <\/p>\n                <\/div>\n                <div class=\"character-item\">\n                    <h3>The Hidden Cost<\/h3>\n                    <p>\n                        This perfectionism has cost her opportunities, relationships, and self-respect. She's sacrificed joy for control, authenticity for image, and progress for perfection. She feels isolated because no one knows the real her\u2014only the curated version she presents. Deep down, she doubts her own worth and uses perfectionism as armor against judgment.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"journey-timeline\">\n            <h2>The 13-Stage Transformation Journey<\/h2>\n\n            <!-- Stage 1: Calcination -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">1<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Calcination<\/span>\n                        <h3>The Release<\/h3>\n                        <p class=\"subtitle-practical\">Burn what no longer serves<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                Sarah hits a breaking point. She realizes her perfectionism hasn't protected her\u2014it's imprisoned her. She sees how this belief has stolen years of her life, prevented her from pursuing her dreams, and kept her small. The pain of staying the same finally exceeds the fear of change. She consciously decides: \"This perfectionism is destroying me, and I'm choosing to let it go.\"\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah writes in her journal all the ways perfectionism has hurt her. She acknowledges the cost: opportunities missed, relationships damaged, joy lost. She might delete old projects that represented her perfectionist standards. She stops making excuses and admits: \"I've been using perfectionism as an excuse not to try.\" This clarity is painful but liberating.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I'm burning this belief. It's not protecting me\u2014it's controlling me. And I'm done.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 2: Solutio -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">2<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Solutio<\/span>\n                        <h3>The Surrender<\/h3>\n                        <p class=\"subtitle-practical\">Dissolve and become fluid<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                After the burning comes softening. Sarah begins to loosen her grip on control. She practices saying \"I don't know\" without shame. She allows herself to be uncertain, to feel vulnerable. She stops defending her perfectionism as a strength and admits it's been a prison. This stage feels scary\u2014like she's losing her identity\u2014but also strangely relieving.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah stops over-editing emails before sending them. She shares a rough sketch of an idea with a friend instead of perfecting it first. She allows conversations to be messy and unscripted. She cries\u2014which she rarely allowed herself to do. She practices breathing and being in discomfort without needing to \"fix\" it immediately. She's becoming fluid.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I don't have to be perfect to be worthy. I can be messy and still be enough.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 3: Separatio -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">3<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Separatio<\/span>\n                        <h3>The Choice<\/h3>\n                        <p class=\"subtitle-practical\">Keep what nourishes<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                Now Sarah separates the wheat from the chaff. She distinguishes between \"healthy standards\" (caring about quality) and \"toxic perfectionism\" (paralyzing self-doubt). She realizes she can value excellence without being enslaved by it. She becomes selective about what aspects of her old identity to keep and what to release. This is discernment, not rejection.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah keeps her genuine love of good work but releases the belief that it must be perfect before it's worthy. She keeps her attention to detail but releases her fear of judgment. She keeps her ambition but releases the idea that she must be flawless. She makes a list: \"What I'm keeping\" and \"What I'm releasing.\" She's intentional about her identity, not reactive.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I can care about quality AND take imperfect action. These aren't opposites.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 4: Conjunction -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">4<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Conjunction<\/span>\n                        <h3>The Union<\/h3>\n                        <p class=\"subtitle-practical\">Balance your opposites<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                Sarah begins integrating her seeming opposites: ambition and acceptance, standards and self-compassion, confidence and humility. She realizes she doesn't have to choose between being excellent and being human. She can be both skilled AND learning. Both confident AND growing. Both proud of her work AND open to feedback. This integration feels like coming home to herself.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah starts a project knowing it won't be perfect. She shows her work to a mentor and stays open to criticism without making it mean she's \"not good enough.\" She celebrates a win without immediately looking for flaws. She can say \"I did my best\" without the asterisk of self-doubt. She's becoming whole\u2014not fragmented between her ambitions and her fears.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I'm learning to hold both: I'm excellent AND I'm human. Both are true.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 5: Fermentation -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">5<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Fermentation<\/span>\n                        <h3>The Opening<\/h3>\n                        <p class=\"subtitle-practical\">Allow the new to rise<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                The old identity has dissolved, and the new one hasn't fully formed yet. This is the fertile, uncertain space where transformation actually happens. Sarah might feel lost, but there's also a sense of aliveness. She's taking risks\u2014starting that blog, submitting her portfolio, having vulnerable conversations. She's not yet certain of her new identity, but she's actively creating it through action.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah publishes her first blog post\u2014imperfect, raw, real. She gets her first freelance client despite having an incomplete portfolio. She reaches out to someone she admires and has an honest conversation. She fails at something and doesn't spiral\u2014she learns. She's experimenting, trying, risking. The new identity is rising, even if she can't see it yet. Progress happens through action, not planning.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I don't need to have it all figured out. I can grow by doing, not just by planning.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 6: Distillation -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">6<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Distillation<\/span>\n                        <h3>The Clarity<\/h3>\n                        <p class=\"subtitle-practical\">Elevate and purify<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                After all the action and experimentation, Sarah begins to see patterns. She notices that certain projects energize her, while others drain her. She sees which standards matter (to her clients, to herself) and which were just noise. Her vision becomes clearer. She's refining her understanding of who she is and what she actually wants\u2014not what she thought she should want, but what truly matters to her.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah can now articulate her unique value clearly. She knows her ideal client. She understands her pricing. She sees that her \"imperfect\" work is actually connecting with people better than her perfectionist work ever did. She refines her business model based on what's working. She stops chasing every opportunity and gets selective. Her clarity makes decision-making easier.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I can see clearly now what matters. My direction feels true.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 7: Coagulation -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">7<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Coagulation<\/span>\n                        <h3>The Action<\/h3>\n                        <p class=\"subtitle-practical\">Make it real<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                All the internal work solidifies into external reality. Sarah's transformation is no longer theoretical\u2014it's tangible. She's building a real business. She's publishing regular content. She's getting paid for her expertise. She's making decisions as someone who trusts herself, not someone paralyzed by doubt. The new identity is becoming real through consistent action.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah has launched her freelance business and has paying clients. She's written 20 blog posts. She's had conversations with 10 potential customers. She's invested in training. She's restructured her schedule to prioritize her business. She's not \"there yet,\" but she's undeniably moved. She can point to concrete evidence of transformation: the business, the website, the testimonials, the income.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I'm doing it. My dreams are becoming real. I'm proving to myself that I can.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 8: Nigredo -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">8<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Nigredo<\/span>\n                        <h3>The Descent<\/h3>\n                        <p class=\"subtitle-practical\">Face what is hidden<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                As Sarah's business grows, she encounters setbacks. A client isn't happy. A post flops. She loses an opportunity. And instead of her old perfectionist spiral, she descends into something deeper\u2014facing why she was really perfectionist in the first place. Was it fear of abandonment? Shame? The need for control? She goes inward, with compassion, to understand her shadow. This isn't failure; it's integration.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah has a therapy session and cries about her childhood perfectionism. She realizes it came from trying to earn love from critical parents. She acknowledges her fear of rejection. She writes about her vulnerabilities. She shares a \"failure\" story with her audience. This isn't wallowing\u2014it's conscious, compassionate descent into her own depths. She's not avoiding her shadow; she's befriending it.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I understand myself now. My perfectionism came from pain, not truth. I can heal that.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 9: Albedo -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">9<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Albedo<\/span>\n                        <h3>The Awakening<\/h3>\n                        <p class=\"subtitle-practical\">See with new eyes<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                After facing her shadow, Sarah's vision expands. She sees her past perfectionism not as failure but as a protective mechanism that once served her. She sees her clients not as judges but as collaborators. She sees her own value clearly\u2014not diminished by imperfection, but enriched by authenticity. This is genuine awakening: she's seeing the same world through new eyes. Everything's the same, yet everything's different.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah gets feedback on a \"failed\" project and finds it helpful rather than devastating. She helps a struggling colleague without shame about her own challenges. She advocates for others with the same compassion she's learning to show herself. She sees her imperfect past work and smiles instead of cringing. She's fundamentally changed how she sees herself and others. The world hasn't changed; her perception has.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"I can see the beauty in imperfection now. In others' and my own. Everything looks different.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 10: Citrinitas -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">10<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Citrinitas<\/span>\n                        <h3>The Becoming<\/h3>\n                        <p class=\"subtitle-practical\">Recognise your transformation<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                This is the moment Sarah stops and truly sees how far she's come. She's not the same person anymore. The old voice\u2014\"This isn't good enough\"\u2014still whispers sometimes, but it's background noise, not the director of her life. She recognizes her own transformation. Not with arrogance, but with genuine acknowledgment: \"I did this. I'm genuinely different.\" This is the golden stage where she sees herself with clarity and gratitude.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah looks back at her journey: the blog launched, the business built, the clients served, the relationships deepened. She recognizes she's become someone who takes action despite fear. Someone who values progress over perfection. Someone who's building something meaningful. She tells her story to others. She mentors someone who's where she used to be. She's genuinely proud of herself. Not arrogantly, but authentically.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"Look at who I've become. I'm not perfect, but I'm real. And I'm proud.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 11: Rubedo -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">11<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Rubedo<\/span>\n                        <h3>The Embodiment<\/h3>\n                        <p class=\"subtitle-practical\">Live as your new self<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                There's no more gap between who Sarah is and who she's trying to be. She's fully embodied her transformed identity. Being herself feels natural now\u2014not a performance, not an effort. When faced with a choice between perfectionism and action, she chooses action without deliberation. It's not willpower; it's who she is. She shows up authentically in all areas of life: business, relationships, creative pursuits. She's stopped trying to be perfect and started being real.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah's business is thriving because people connect with her authenticity. Her relationships are deeper because she's not hiding behind a perfect facade. She's creating art\/writing she's genuinely proud of. When something doesn't work, she learns and iterates\u2014no shame spiral. She makes decisions based on her values, not her fears. She's not managing her perfectionism anymore; she's transcended it. New challenges arise, but they don't trigger the old identity.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"This is just who I am now. Being authentic feels like home.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stage 12: Ether -->\n            <div class=\"stage-card-practical\">\n                <div class=\"stage-header-practical\">\n                    <div class=\"stage-number-practical\">12<\/div>\n                    <div class=\"stage-title-practical\">\n                        <span class=\"original\">Ether<\/span>\n                        <h3>The Integration<\/h3>\n                        <p class=\"subtitle-practical\">Carry the essence forward<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"stage-content-practical\">\n                    <div class=\"content-row\">\n                        <div class=\"content-box\">\n                            <h4>What Sarah Experiences<\/h4>\n                            <p>\n                                Sarah's transformation is now part of her essence. It's invisible because it's integrated. She carries the wisdom of her journey forward into everything she does. When she meets someone who's paralyzed by perfectionism, she knows exactly what they need: not judgment, but permission. She uses her transformation not as something she did, but as something that informs who she is. The journey has become her medicine\u2014something she can offer to others.\n                            <\/p>\n                        <\/div>\n                        <div class=\"content-box\">\n                            <h4>Practical Outcome<\/h4>\n                            <p>\n                                Sarah starts mentoring young professionals, especially women who struggle with perfectionism. She writes about her journey on her blog and gets messages from people saying her story changed their life. She's not doing this from ego\u2014she's doing it because her transformation is naturally expansive. She's created a small community of people supporting each other through similar struggles. Her transformation has rippled out.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"quote-box\">\n                        <strong>Sarah's Inner Shift<\/strong>\n                        \"My transformation is now part of what I offer the world. I'm helping others find their own freedom.\"\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"transformation-summary\">\n            <h2>The Complete Transformation<\/h2>\n\n            <div class=\"before-after\">\n                <div class=\"before-after-box before\">\n                    <h3>Before: Sarah the Perfectionist<\/h3>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Decision-making:<\/strong> Paralyzed by fear of making the wrong choice<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Action:<\/strong> Always planning, rarely executing. \"Not ready yet\"<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Self-talk:<\/strong> \"This isn't good enough. I'm not good enough.\"<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Relationships:<\/strong> Surface-level, maintaining a perfect image<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Feedback:<\/strong> Devastating. Any criticism feels like rejection<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Creativity:<\/strong> Blocked. Too afraid to share genuine work<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u26a0\ufe0f<\/div>\n                        <div class=\"list-text\"><strong>Self-compassion:<\/strong> Little to none. Harsh inner critic<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"before-after-box after\">\n                    <h3>After: Sarah the Authentic Doer<\/h3>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Decision-making:<\/strong> Takes action despite uncertainty. Learns as she goes<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Action:<\/strong> Consistently executing. \"Good enough, plus iteration\"<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Self-talk:<\/strong> \"I'm learning. This is progress. I'm proud of myself.\"<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Relationships:<\/strong> Deep, authentic, vulnerable. Being real<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Feedback:<\/strong> Valuable information. Doesn't define her worth<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Creativity:<\/strong> Flowing. Sharing raw, genuine work with joy<\/div>\n                    <\/div>\n                    <div class=\"list-item\">\n                        <div class=\"list-icon\">\u2713<\/div>\n                        <div class=\"list-text\"><strong>Self-compassion:<\/strong> Strong. Treats herself with kindness and understanding<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-visual\"><\/div>\n            <div class=\"timeline-label\">\n                <span>Stuck in Perfection <\/span>\n                <span>Releasing <\/span>\n                <span>Integrating <\/span>\n                <span>Living Authentically <\/span>\n            <\/div>\n\n            <div class=\"key-insights\">\n                <h3>Key Insights from Sarah's Journey<\/h3>\n                <div class=\"insights-grid\">\n                    <div class=\"insight-item\">\n                        <div class=\"insight-icon\">\ud83d\udd25<\/div>\n                        <div class=\"insight-text\">\n                            <strong>Transformation starts with honest acknowledgment of what isn't working.<\/strong> Sarah had to genuinely face how perfectionism was limiting her before she could change. There's no skipping this step.\n                        <\/div>\n                    <\/div>\n                    <div class=\"insight-item\">\n                        <div class=\"insight-icon\">\ud83d\udca7<\/div>\n                        <div class=\"insight-text\">\n                            <strong>Flexibility is more powerful than control.<\/strong> Sarah had to become willing to be messy, uncertain, and wrong. This vulnerability became her greatest strength.\n                        <\/div>\n                    <\/div>\n                    <div class=\"insight-item\">\n                        <div class=\"insight-icon\">\u2696\ufe0f<\/div>\n                        <div class=\"insight-text\">\n                            <strong>Integration, not elimination.<\/strong> Sarah didn't get rid of her standards or ambition. She integrated them with self-compassion and acceptance. Both\/and, not either\/or.\n                        <\/div>\n                    <\/div>\n                    <div class=\"insight-item\">\n                        <div class=\"insight-icon\">\ud83c\udf31<\/div>\n                        <div class=\"insight-text\">\n                            <strong>Action is the accelerator.<\/strong> Sarah's transformation became real through doing, not thinking. Taking imperfect action, getting feedback, iterating. That's where the magic happens.\n                        <\/div>\n                    <\/div>\n                    <div class=\"insight-item\">\n                        <div class=\"insight-icon\">\ud83c\udf11<\/div>\n                        <div class=\"insight-text\">\n                            <strong>You must face your shadow.<\/strong> Understanding why she was perfectionist (where it came from, what it protected her from) was essential to transcending it. Consciousness brings freedom.\n                        <\/div>\n                    <\/div>\n                    <div class=\"insight-item\">\n                        <div class=\"insight-icon\">\u2728<\/div>\n                        <div class=\"insight-text\">\n                            <strong>Your transformation becomes your gift.<\/strong> Sarah's journey didn't just change her life\u2014it became something she could offer to others. That's the essence of true transformation.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div style=\"background: linear-gradient(135deg, rgba(212, 165, 116, 0.1), rgba(201, 169, 97, 0.05)); padding: 40px; border-radius: 4px; margin-top: 60px; border-left: 4px solid var(--accent-gold);\">\n            <h3 style=\"color: var(--primary); margin-bottom: 20px; font-family: 'Playfair Display', serif; font-size: 1.6rem;\">Your Transformation Awaits<\/h3>\n            <p style=\"color: var(--text-dark); line-height: 1.7; margin-bottom: 15px;\">\n                Sarah's journey is just one example. The beauty of these 13 stages is that they apply to any transformation: from perfectionism to authenticity, from self-doubt to confidence, from fear to courage, from stuck to flowing. Your specific journey will be uniquely yours, but the stages remain the same.\n            <\/p>\n            <p style=\"color: var(--text-dark); line-height: 1.7;\">\n                <strong>The question isn't whether you can transform\u2014it's whether you're ready to begin.<\/strong> Each stage has value. Each contributes to the whole. Trust the process, take imperfect action, and watch yourself become who you've always had the potential to be.\n            <\/p>\n        <\/div>\n\n    <\/div>\n\n    <footer>\n        <p>The Clue to You Transformation Method<\/p>\n        <div class=\"footer-divider\"><\/div>\n        <p>Your journey from limiting beliefs to empowered identity starts with a single conscious choice.<\/p>\n    <\/footer>\n<\/body>\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>","protected":false},"excerpt":{"rendered":"<p>Back to North Node Calculator From Perfectionism to Confident Action A Real-Life Transformation Through All 13 Stages One of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-82","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/pages\/82","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":16,"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/pages\/82\/revisions"}],"predecessor-version":[{"id":443,"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/pages\/82\/revisions\/443"}],"wp:attachment":[{"href":"https:\/\/cluetoself.com\/bg\/wp-json\/wp\/v2\/media?parent=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}