 <style>
        /* Custom styles specific to this article that complement the common.css */
        .highlight-box {
            background-color: #f8f9fa;
            border-left: 5px solid #3498db;
            padding: 25px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            font-size: 1.15rem;
        }

        .partner-list {
            background-color: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            margin: 25px 0;
        }

        .partner-list h3 {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        .three-points {
            background-color: #ffffff;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 30px;
            margin: 30px 0;
        }

        .point {
            margin-bottom: 20px;
            padding-left: 20px;
            position: relative;
        }

        .point:before {
            content: '→';
            position: absolute;
            left: 0;
            color: #3498db;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .point strong {
            color: #2c3e50;
            display: block;
            margin-bottom: 5px;
        }

        .cta-section {
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: white;
            padding: 40px;
            border-radius: 12px;
            margin: 40px 0;
            text-align: center;
        }

        .cta-section h2 {
            color: white;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

        .author-section {
            margin-top: 50px;
            padding-top: 30px;
            border-top: 2px solid #e9ecef;
            text-align: center;
        }

        .author-section p {
            color: #666;
            font-style: italic;
            font-size: 1rem;
        }
    </style>