.elementor-2991 .elementor-element.elementor-element-d7df138{--display:flex;}<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            background: linear-gradient(135deg, #e8f5e9 0%, #b2dfdb 100%);
            padding: 40px 20px;
            line-height: 1.8;
            color: #2d3748;
        }
        
        .container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }
        
        .header {
            background: linear-gradient(135deg, #ff6f00 0%, #ff8f00 100%);
            color: white;
            padding: 60px 50px;
            text-align: center;
        }
        
        .header h1 {
            font-size: 2.5em;
            margin-bottom: 20px;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }
        
        .header .subtitle {
            font-size: 1.3em;
            font-style: italic;
            opacity: 0.95;
            font-family: 'Arial', sans-serif;
        }
        
        .content {
            padding: 50px;
        }
        
        h2 {
            color: #ff6f00;
            font-size: 1.8em;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #ff6f00;
        }
        
        h3 {
            color: #00897b;
            font-size: 1.4em;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        
        p {
            margin-bottom: 20px;
            text-align: justify;
            font-size: 1.05em;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
            border-left: 5px solid #ff6f00;
            padding: 25px;
            margin: 30px 0;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
        .highlight-box h3 {
            margin-top: 0;
        }
        
        strong {
            color: #00897b;
            font-weight: 600;
        }
        
        .intro {
            font-size: 1.15em;
            font-style: italic;
            color: #4a5568;
            padding: 30px;
            background: #f7fafc;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        
        .section-icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #ff6f00 0%, #ff8f00 100%);
            border-radius: 50%;
            margin-right: 15px;
            vertical-align: middle;
        }
        
        .conclusion {
            background: linear-gradient(135deg, #00897b 0%, #26a69a 100%);
            color: white;
            padding: 40px;
            margin-top: 50px;
            border-radius: 15px;
            font-size: 1.05em;
        }
        
        .conclusion h2 {
            color: white;
            border-bottom: 3px solid white;
        }
        
        ul {
            margin: 20px 0 20px 30px;
        }
        
        li {
            margin-bottom: 12px;
            line-height: 1.7;
        }
        
        .stats {
            background: #e0f2f1;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            margin: 30px 0;
            font-size: 1.1em;
            border: 2px dashed #00897b;
        }
        
        .stats strong {
            font-size: 1.4em;
            display: block;
            margin: 10px 0;
            color: #ff6f00;
        }
        
        .img-container {
            width: 100%;
            height: 300px;
            background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
            border: 3px dashed #00897b;
            border-radius: 10px;
            margin: 30px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00897b;
            font-size: 1.2em;
            font-style: italic;
            position: relative;
            overflow: hidden;
        }
        
        .img-container::before {
           
            font-size: 3em;
            position: absolute;
            opacity: 0.3;
        }
        
        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 7px;
        }
        
        .img-small {
            height: 200px;
        }
        
        .img-caption {
            text-align: center;
            font-style: italic;
            color: #666;
            margin-top: -20px;
            margin-bottom: 30px;
            font-size: 0.95em;
        }
    </style>