.elementor-6936 .elementor-element.elementor-element-0c5f48f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-d29b5d6 */:root {
            --bg-color: #FDF8F0; /* Warm Sand */
            --text-color: #4A4A4A;
            --heading-color: #005A78; /* Deep Ocean Blue */
            --accent-color: #D97D54; /* Terracotta Orange */
            --card-bg-color: #FFFFFF;
            --light-bg: #F7F9FA;
        }

        /* --- Base Setup --- */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        body {
            font-family: 'Helvetica Neue', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
            line-height: 1.8;
            background-color: var(--bg-color);
            color: var(--text-color);
        }

        /* --- Layout & Container --- */
        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }

        /* --- Hero Header --- */
        .hero-header {
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://images.unsplash.com/photo-1559925393-8be0ec4767c8?q=80&w=2070&auto=format&fit=crop') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 80px 20px;
            text-align: center;
            border-radius: 12px;
            margin-bottom: 40px;
        }
        .hero-header h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
        }
        .hero-header .subtitle {
            font-size: 1.2rem;
            max-width: 650px;
            margin: 0 auto;
            opacity: 0.9;
        }

        /* --- Main Content --- */
        article p.intro {
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 4rem;
            color: #555;
        }

        /* --- Archetype Card Styling --- */
        .archetype-card {
            background-color: var(--card-bg-color);
            border-radius: 10px;
            margin-bottom: 3.5rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            overflow: hidden;
        }
        .archetype-card h2 {
            background-color: var(--heading-color);
            color: white;
            padding: 20px 30px;
            font-size: 1.8rem;
        }
        .card-content {
            padding: 30px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        .view-section h3 {
            font-size: 1.3rem;
            color: var(--accent-color);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            font-weight: 600;
        }
        .view-section h3::before {
            content: '';
            display: inline-block;
            margin-right: 10px;
            width: 24px;
            height: 24px;
            background-size: contain;
        }
        h3.consumer-view::before { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23D97D54"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5C21.27 7.61 17 4.5 12 4.5zm0 10.5c-2.48 0-4.5-2.02-4.5-4.5s2.02-4.5 4.5-4.5 4.5 2.02 4.5 4.5-2.02 4.5-4.5 4.5zm0-7c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5z"/></svg>'); }
        h3.entrepreneur-view::before { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23D97D54"><path d="M10 16.5v-3.5l-2.29 2.29.71.71L12 12.5l3.59 3.59.71-.71L14 13v3.5h-4zM4 11.5v-1c0-2.21 1.79-4 4-4s4 1.79 4 4v1h2v-1c0-3.31-2.69-6-6-6S2 7.19 2 10.5v1h2zm16 0v-1c0-3.31-2.69-6-6-6s-6 2.69-6 6v1h2v-1c0-2.21 1.79-4 4-4s4 1.79 4 4v1h2z"/></svg>'); }

        /* --- Insights Section --- */
        .insights-section {
            background-color: var(--light-bg);
            padding: 40px;
            border-radius: 10px;
        }
        .insights-section h2 {
            text-align: center;
            color: var(--heading-color);
            font-size: 2rem;
            margin-bottom: 2rem;
        }
        .insight-list {
            list-style: none;
            padding: 0;
        }
        .insight-list li {
            padding: 15px;
            margin-bottom: 15px;
            border-left: 4px solid var(--accent-color);
            background-color: #fff;
        }
        .insight-list strong {
            color: var(--heading-color);
            font-size: 1.1rem;
        }

        /* --- Footer --- */
        .page-footer {
            text-align: center;
            margin-top: 50px;
            padding-bottom: 30px;
            font-size: 0.9rem;
            color: #999;
        }

        /* --- Responsive Design --- */
        @media (max-width: 768px) {
            .hero-header h1 {
                font-size: 2.2rem;
            }
            .card-content {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .hero-header {
                padding: 50px 15px;
            }
            .hero-header h1 {
                font-size: 1.8rem;
            }
             .hero-header .subtitle {
                font-size: 1rem;
            }
            .archetype-card h2 {
                font-size: 1.5rem;
                padding: 15px 20px;
            }
            .card-content {
                padding: 20px;
            }
        }/* End custom CSS */