
        .highlight {
            font-weight: bold;
            color: #e74c3c;
        }
        .features {
            margin: 20px 0;
        }
        .feature-item {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        .feature-item:before {
            content: "✔";
            color: #27ae60;
            position: absolute;
            left: 0;
        }
        .cta {
            text-align: center;
            font-size: 1.2em;
            margin-top: 30px;
            font-weight: bold;
        }
        .emoji {
            font-size: 1.3em;
        }