.ppm-1f1166eb-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.ppm-1f1166eb-top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ppm-1f1166eb-left {
    flex: 1;
    min-width: 0;
}

.ppm-1f1166eb-right {
    flex: 1;
    min-width: 0;
}

.ppm-1f1166eb-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 28px 0;
    line-height: 1.3;
}

.ppm-1f1166eb-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ppm-1f1166eb-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.ppm-1f1166eb-bullet-icon {
    flex-shrink: 0;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.ppm-1f1166eb-bullet-icon svg {
    fill: currentColor;
}

.ppm-1f1166eb-bullet-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    font-weight: 500;
}

.ppm-1f1166eb-image {
    position: relative;
}

.ppm-1f1166eb-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

/* Stats */
.ppm-1f1166eb-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ppm-1f1166eb-stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f5f9f5;
    border-radius: 12px;
    padding: 18px 24px;
    flex: 1;
    min-width: 200px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ppm-1f1166eb-stat-card:hover {
    box-shadow: 0 4px 16px rgba(46, 125, 50, 0.12);
    transform: translateY(-2px);
}

.ppm-1f1166eb-stat-icon {
    flex-shrink: 0;
    color: #2e7d32;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppm-1f1166eb-stat-icon svg {
    width: 24px;
    height: 24px;
    fill: #2e7d32;
}

.ppm-1f1166eb-stat-content {
    display: flex;
    flex-direction: column;
}

.ppm-1f1166eb-stat-number {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

.ppm-1f1166eb-stat-label {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .ppm-1f1166eb-top {
        flex-direction: column;
        gap: 30px;
    }

    .ppm-1f1166eb-heading {
        font-size: 26px;
    }

    .ppm-1f1166eb-stats {
        flex-direction: column;
    }

    .ppm-1f1166eb-stat-card {
        min-width: unset;
    }
}
