
#aftnun_container_main {
    padding: 20px;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    background-size: 56.57px 56.57px;
}

#aftnun_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 20px;
}

.easyseo_lief_header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.easyseo_lief_main_title {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px #000000;
    position: relative;
    display: inline-block;
}

.easyseo_lief_main_title a {
    color: #ffffff;
    text-decoration: none;
}

.easyseo_lief_main_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #868681);
    border-radius: 3px;
}

.easyseo_lief_description {
    font-size: 18px;
    color: #ffffff;
    padding-top: 20px;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.easyseo_lief_stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.easyseo_lief_stat_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000000;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px #868681;
    transition: transform 0.3s ease;
}

.easyseo_lief_stat_item:hover {
    transform: translateY(-5px);
}

.easyseo_lief_stat_icon {
    width: 40px;
    height: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 4px #868681);
}

.easyseo_lief_stat_number {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.easyseo_lief_stat_label {
    font-size: 18px;
    color: #ffffff;
}

.easyseo_lief_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.easyseo_lief_card {
    background: #700a7b;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 30px #ffffff;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.easyseo_lief_card:hover {
    transform: translateY(-10px);
    border-color: #ffffff;
}

.easyseo_lief_image_wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.easyseo_lief_image_wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #ffffff);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.easyseo_lief_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.easyseo_lief_card:hover .easyseo_lief_image {
    transform: scale(1.05);
}

.easyseo_lief_content {
    padding: 25px;
    position: relative;
    background: #000000;
    border-radius: 20px;
    margin: 15px;
}

.easyseo_lief_stars {
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-bottom: 15px;
    gap: 5px;
}

.easyseo_lief_star {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 2px 4px #ffffff);
}

.easyseo_lief_title {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 10px;
    font-weight: 600;
}

.easyseo_lief_text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffffff;
}

@media (max-width: 1200px) {
    .easyseo_lief_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .easyseo_lief_stats {
        gap: 30px;
    }

    .easyseo_lief_main_title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {

    #aftnun_container {
        padding: 20px 0px;
    }

    .easyseo_lief_header {
        margin-bottom: 40px;
    }

    .easyseo_lief_main_title {
        font-size: 28px;
    }

    .easyseo_lief_description {
        font-size: 16px;
        padding: 0 15px;
    }

    .easyseo_lief_stats {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 10px;
    }

    .easyseo_lief_stat_item {
        flex: 1 1 calc(50% - 20px);
        min-width: 140px;
        padding: 15px;
    }

    .easyseo_lief_stat_number {
        font-size: 24px;
    }

    .easyseo_lief_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0 10px;
    }

    .easyseo_lief_card {
        border-radius: 20px;
    }

    .easyseo_lief_image_wrapper {
        height: 180px;
    }

    .easyseo_lief_content {
        padding: 20px;
        margin: 10px;
    }

    .easyseo_lief_title {
        font-size: 18px;
    }

    .easyseo_lief_text {
        font-size: 16px;
    }
}

@media (hover: none) {
    .easyseo_lief_card:hover {
        transform: none;
    }

    .easyseo_lief_card:active {
        transform: scale(0.98);
    }

    .easyseo_lief_stat_item:hover {
        transform: none;
    }

    .easyseo_lief_stat_item:active {
        transform: scale(0.98);
    }

    .easyseo_lief_image {
        transform: scale(1.02);
    }

    .easyseo_lief_card:hover .easyseo_lief_image {
        transform: scale(1.02);
    }
}

@media (max-width: 360px) {
    .easyseo_lief_stats {
        flex-direction: column;
    }

    .easyseo_lief_main_title {
        font-size: 24px;
    }

    .easyseo_lief_description {
        font-size: 14px;
    }
}
